deno/cli/tests/testdata/inspector1.js

3 lines
54 B
JavaScript

setInterval(() => {
console.log("hello");
}, 1000);