summaryrefslogtreecommitdiff
path: root/cli/tests/038_checkjs.js.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/038_checkjs.js.out')
-rw-r--r--cli/tests/038_checkjs.js.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/038_checkjs.js.out b/cli/tests/038_checkjs.js.out
index 452290272..bd3fc3548 100644
--- a/cli/tests/038_checkjs.js.out
+++ b/cli/tests/038_checkjs.js.out
@@ -12,11 +12,11 @@ consol.log("hello world!");
TS2552 [ERROR]: Cannot find name 'Foo'. Did you mean 'foo'?
const foo = new Foo();
~~~
- at [WILDCARD]tests/038_checkjs.js:6:17
+ at [WILDCARD]tests/038_checkjs.js:5:17
'foo' is declared here.
const foo = new Foo();
~~~
- at [WILDCARD]tests/038_checkjs.js:6:7
+ at [WILDCARD]tests/038_checkjs.js:5:7
Found 2 errors.