Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created January 25, 2020 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piscisaureus/748866df4ac001d631d5f16d5260dbae to your computer and use it in GitHub Desktop.
Save piscisaureus/748866df4ac001d631d5f16d5260dbae to your computer and use it in GitHub Desktop.
D:\deno2\tests>..\target\debug\deno -A --reload main.js
Compile file:///D:/deno2/tests/subdir/mod2.ts
Compile file:///D:/deno2/tests/subdir/mismatch_ext.ts
Compile file:///D:/deno2/tests/subdir/mod1.ts
Download https://raw.githubusercontent.com/denoland/deno/v0.0.1/package.json
error: Uncaught Error: An error
► file:///D:/deno2/tests/subdir/throws.js:5:7
5 throw new Error("An error");
^
at file:///D:/deno2/tests/subdir/throws.js:5:7
D:\deno2\tests>..\target\debug\deno -A main.js
TypeError ./subdir/mod1.form_urlencoded.txt
TypeError ./subdir/indirect_import_error.js
OK ./subdir/mod2.ts
OK ./subdir/json_1.json
OK ./subdir/json_2.json
TypeError /just my imagination.js
OK ./subdir/mod4.js
OK ./subdir/mismatch_ext.ts
Error ./subdir/throws.js
Error ./subdir/indirect_throws.js
TypeError ./symlink-to-dir
TypeError ./subdir/indirect_import_error.js
OK ./subdir/mod1.ts
TypeError ftp://deno.land/no_such_protocol.ts
OK https://raw.githubusercontent.com/denoland/deno/v0.0.1/package.json
OK ./subdir/mod3.js
OK ./subdir/mod5.mjs
***DONE***
error: Uncaught Error: An error
► file:///D:/deno2/tests/subdir/throws.js:5:7
5 throw new Error("An error");
^
at file:///D:/deno2/tests/subdir/throws.js:5:7
D:\deno2\tests>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment