Better error handling

This commit is contained in:
ex61wi
2026-04-07 09:30:35 +02:00
parent 9b1ebd85a6
commit 3083cf4b0b
6 changed files with 70 additions and 21 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"dcs-script-compiler": ["../compiler/src/ScriptCompiler.ts"]
},
"types": [
"node"
"node",
"mocha"
],
/* Additional Checks */
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */