fix(basic.gblib): More error handling improvements.
This commit is contained in:
parent
ec47fda964
commit
cae28e5fd1
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ export class TSCompiler {
|
||||||
if (message.indexOf('Cannot find name') >= 0
|
if (message.indexOf('Cannot find name') >= 0
|
||||||
|| message.indexOf('Cannot find module') >= 0
|
|| message.indexOf('Cannot find module') >= 0
|
||||||
|| message.indexOf('implicitly has an') >= 0
|
|| message.indexOf('implicitly has an') >= 0
|
||||||
|
|| message.indexOf('Cannot invoke an') >= 0
|
||||||
|
|| message.indexOf('Cannot use imports, exports, or module') >= 0
|
||||||
) {
|
) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue