Skip to content

Commit

Permalink
fix my favorite test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jan 25, 2024
1 parent 09f7630 commit 0b93b2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(unknown) : Uncaught exception Could not read file define.jsno
$$normPath(::std::)/haxe/macro/Compiler.hx:505: characters 11-39 : Called from here
$$normPath(::std::)/haxe/macro/Compiler.hx:506: characters 11-39 : Called from here
(unknown) : Called from here
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(unknown) : Uncaught exception Could not read file meta.jsno
$$normPath(::std::)/haxe/macro/Compiler.hx:494: characters 11-39 : Called from here
$$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39 : Called from here
(unknown) : Called from here
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(unknown) : Uncaught exception Could not read file meta.jsno
$$normPath(::std::)/haxe/macro/Compiler.hx:494: characters 11-39 : Called from here
$$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39 : Called from here
(unknown) : Called from here
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

| Uncaught exception Could not read file meta.jsno

-> $$normPath(::std::)/haxe/macro/Compiler.hx:494: characters 11-39
-> $$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39

494 | var f = sys.io.File.getContent(path);
495 | var f = sys.io.File.getContent(path);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Called from here

Expand Down

0 comments on commit 0b93b2e

Please sign in to comment.