mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
sqlite - fix compile
This commit is contained in:
@@ -47,7 +47,7 @@ function createCompile(src: string, build: boolean, emitError?: boolean): (token
|
||||
opts.inlineSources = !!build;
|
||||
opts.noFilesystemLookup = true;
|
||||
|
||||
const ts = tsb.create(opts, true, undefined, err => new reporter(err.toString()));
|
||||
const ts = tsb.create(opts, true, undefined, err => new (<any>reporter)(err.toString()));
|
||||
|
||||
return function (token?: util.ICancellationToken) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user