This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
ac5fcf626a
denoland-deno
/
cli
/
tests
/
testdata
/
test
/
captured_output.worker.js
7 lines
106 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(test): capture worker stdout and stderr in test output (#14410)
2022-04-26 19:00:04 -04:00
self
.
onmessage
=
(
)
=>
{
fix(test): actually capture stdout and stderr in workers (#14435)
2022-05-01 14:44:55 -04:00
console
.
log
(
8
)
;
console
.
error
(
9
)
;
fix(test): capture worker stdout and stderr in test output (#14410)
2022-04-26 19:00:04 -04:00
self
.
postMessage
(
{
}
)
;
self
.
close
(
)
;
}
;
Copy permalink