mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
2874664e91
This is a first pass implementation which is still missing several important features: - support for --inspect-brk (#4503) - support for source maps (#4501) - support for piping console.log to devtools console (#4502) Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Matt Harrison <mt.harrison86@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
3 lines
54 B
JavaScript
3 lines
54 B
JavaScript
setInterval(() => {
|
|
console.log("hello");
|
|
}, 1000);
|