提交 e7ddb88e 编写于 作者: B Benjamin Pasero

sqlite - fix compilation

上级 ee2d4a1c
......@@ -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 => reporter(err.toString()));
const ts = tsb.create(opts, true, undefined, err => new reporter(err.toString()));
return function (token?: util.ICancellationToken) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册