Created
January 25, 2020 17:00
-
-
Save piscisaureus/748866df4ac001d631d5f16d5260dbae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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