Skip to content

Commit d5283e4

Browse files
authored
refactor(typescript): return patched typescript package (#279)
1 parent 1bf8e87 commit d5283e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/lib/quickstart/runTsc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function runTsc(
5555
};
5656

5757
try {
58-
require(tscPath);
58+
return require(tscPath);
5959
} finally {
6060
(fs as any).readFileSync = readFileSync;
6161
delete require.cache[tscPath];

0 commit comments

Comments
 (0)