From f168597b7ab81afda3bf4749a81c360d364e7cf1 Mon Sep 17 00:00:00 2001 From: Luka Hartwig Date: Sun, 2 Feb 2020 22:55:22 +0100 Subject: Remove //tests symlink (#3849) --- cli/js/compiler_util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/compiler_util.ts') diff --git a/cli/js/compiler_util.ts b/cli/js/compiler_util.ts index f541ea46f..b58d8da43 100644 --- a/cli/js/compiler_util.ts +++ b/cli/js/compiler_util.ts @@ -293,7 +293,7 @@ export const ignoredDiagnostics = [ // TS5009: Cannot find the common subdirectory path for the input files. 5009, // TS5055: Cannot write file - // 'http://localhost:4545/tests/subdir/mt_application_x_javascript.j4.js' + // 'http://localhost:4545/cli/tests/subdir/mt_application_x_javascript.j4.js' // because it would overwrite input file. 5055, // TypeScript is overly opinionated that only CommonJS modules kinds can -- cgit v1.2.3