Skip to content

Commit 8f98008

Browse files
committed
throw if ts config is missing
1 parent e267e34 commit 8f98008

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/tools/runner/vm_runner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ if (!configFile.error) {
4949
// inline source map for stack traces
5050
inlineSourceMap: true
5151
};
52+
} else {
53+
throw new Error('tsconfig is missing');
5254
}
5355

5456
const moduleCache = new Map();

0 commit comments

Comments
 (0)