feat: initial public release (MAESTRO)
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// Hangs forever — keeps the event loop alive so the parent's timeout fires.
|
||||
async function main() {
|
||||
await new Promise((_resolve) => {
|
||||
setInterval(() => {}, 1_000_000);
|
||||
});
|
||||
}
|
||||
module.exports = main;
|
||||
Reference in New Issue
Block a user