From 78bfeebad11954666d3104ea3556ec9f2e64f6a4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 5 Jun 2020 11:37:40 -0400 Subject: Revert "fix: Use # to denote line number in stack traces" (#6119) This reverts commit c4c6a8dae488a3473ee09b0e3a54943b706d8944 There is some controversy about this change because vscode doesn't interpret the fragments correctly. Needs more discussion before landing. --- cli/tests/020_json_modules.ts.out | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cli/tests/020_json_modules.ts.out') diff --git a/cli/tests/020_json_modules.ts.out b/cli/tests/020_json_modules.ts.out index b4b56f946..4369639eb 100644 --- a/cli/tests/020_json_modules.ts.out +++ b/cli/tests/020_json_modules.ts.out @@ -1,9 +1,9 @@ [WILDCARD] error: Uncaught TypeError: Cannot resolve extension for "[WILDCARD]config.json" with mediaType "Json". - at getExtension ($deno$/compiler.ts#[WILDCARD]) - at new SourceFile ($deno$/compiler.ts#[WILDCARD]) - at Function.addToCache ($deno$/compiler.ts#[WILDCARD]) - at buildSourceFileCache ($deno$/compiler.ts#[WILDCARD]) - at compile ($deno$/compiler.ts#[WILDCARD]) - at tsCompilerOnMessage ($deno$/compiler.ts#[WILDCARD]) + at getExtension ($deno$/compiler.ts:[WILDCARD]) + at new SourceFile ($deno$/compiler.ts:[WILDCARD]) + at Function.addToCache ($deno$/compiler.ts:[WILDCARD]) + at buildSourceFileCache ($deno$/compiler.ts:[WILDCARD]) + at compile ($deno$/compiler.ts:[WILDCARD]) + at tsCompilerOnMessage ($deno$/compiler.ts:[WILDCARD]) [WILDCARD] \ No newline at end of file -- cgit v1.2.3