diff options
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/99_main_compiler.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/99_main_compiler.js b/cli/tsc/99_main_compiler.js index d65aaa4c1..57e52f562 100644 --- a/cli/tsc/99_main_compiler.js +++ b/cli/tsc/99_main_compiler.js @@ -597,7 +597,6 @@ delete Object.prototype.__proto__; hasStarted = true; languageService = ts.createLanguageService(host); core.ops(); - core.registerErrorClass("Error", Error); setLogDebug(debugFlag, "TSLS"); debug("serverInit()"); } @@ -613,7 +612,6 @@ delete Object.prototype.__proto__; } hasStarted = true; core.ops(); - core.registerErrorClass("Error", Error); setLogDebug(!!debugFlag, "TS"); } |