diff options
| author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-10-20 05:05:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 15:05:42 +1100 |
| commit | 7aba07cc7711adfa774afd8e77695f386127c4bc (patch) | |
| tree | 3325f296ed175cf61b845fa0673e8356f84913b1 /op_crates/web/lib.rs | |
| parent | 57e95032c898cfdfe795e6924d402fdbe2ae59a8 (diff) | |
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Fixes #4728
Diffstat (limited to 'op_crates/web/lib.rs')
| -rw-r--r-- | op_crates/web/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/op_crates/web/lib.rs b/op_crates/web/lib.rs index eaf7e9f14..958d11177 100644 --- a/op_crates/web/lib.rs +++ b/op_crates/web/lib.rs @@ -53,6 +53,10 @@ pub fn init(isolate: &mut JsRuntime) { include_str!("02_abort_signal.js"), ), ( + "deno:op_crates/web/03_global_interfaces.js", + include_str!("03_global_interfaces.js"), + ), + ( "deno:op_crates/web/08_text_encoding.js", include_str!("08_text_encoding.js"), ), |
