Files
Kmake/test/fixtures/child-process-stay-alive-forever.js

4 lines
73 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
setInterval(() => {
// Starting an interval to stay alive.
}, 1000);