We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e267e34 commit 8f98008Copy full SHA for 8f98008
1 file changed
test/tools/runner/vm_runner.ts
@@ -49,6 +49,8 @@ if (!configFile.error) {
49
// inline source map for stack traces
50
inlineSourceMap: true
51
};
52
+} else {
53
+ throw new Error('tsconfig is missing');
54
}
55
56
const moduleCache = new Map();
0 commit comments