Files
Kmake/test/fixtures/child-process-stay-alive-forever.js
2026-05-26 23:36:42 -07:00

4 lines
73 B
JavaScript

setInterval(() => {
// Starting an interval to stay alive.
}, 1000);