diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-06-15 12:30:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 12:30:19 -0400 |
commit | 3d2394954c61a434bd6227ad3e0c5dea38361b6a (patch) | |
tree | 7c5bc87067eeee16f7e6c2f210a56eae6c2b58ab /cli/tests/testdata/import_assertions/json_with_shebang.ts.out | |
parent | 845d4754c6fb959d1404f5de4bba9e71667b8c89 (diff) |
upgrade: v8 10.4.132.5 (#14874)
Diffstat (limited to 'cli/tests/testdata/import_assertions/json_with_shebang.ts.out')
-rw-r--r-- | cli/tests/testdata/import_assertions/json_with_shebang.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/import_assertions/json_with_shebang.ts.out b/cli/tests/testdata/import_assertions/json_with_shebang.ts.out index ae5f3a65f..23eb03720 100644 --- a/cli/tests/testdata/import_assertions/json_with_shebang.ts.out +++ b/cli/tests/testdata/import_assertions/json_with_shebang.ts.out @@ -1 +1 @@ -error: Uncaught SyntaxError: Unexpected token # in JSON at position 0 +error: Uncaught SyntaxError: Unexpected token '#', "#!/usr/env"... is not valid JSON |