compile-pretty-fail.hxml.stderr 215 B

1234567891011121314
  1. [ERROR] Main.hx:8: characters 2-7
  2. 8 | throw "up";
  3. | ^^^^^
  4. | Uncaught exception up
  5. 2 | foo();
  6. | ^^^^^
  7. | Called from here
  8. 13 | test();
  9. | ^^^^^^
  10. | Called from here