Skip to content

Commit 90157b6

Browse files
committed
troubleshoot-typescript-testing
Signed-off-by: Eric Vergnaud <[email protected]>
1 parent 86d3722 commit 90157b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-testsuite/test/org/antlr/v4/test/runtime/typescript/TsNodeRunner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private void npmInstallTsNodeAndWebpack() throws Exception {
4040

4141
private void npmLinkRuntime() throws Exception {
4242
Processor.run(new String[] {NPM_EXEC, /*"--silent",*/ "install"}, NORMALIZED_JAVASCRIPT_RUNTIME_PATH);
43-
Processor.run(new String[] {WEBPACK_EXEC, "--no-stats"}, NORMALIZED_JAVASCRIPT_RUNTIME_PATH);
43+
Processor.run(new String[] {WEBPACK_EXEC /*, "--no-stats"*/}, NORMALIZED_JAVASCRIPT_RUNTIME_PATH);
4444
Processor.run(new String[] {NPM_EXEC, /*"--silent",*/ "link"}, NORMALIZED_JAVASCRIPT_RUNTIME_PATH);
4545
}
4646

0 commit comments

Comments
 (0)