This commit is contained in:
Ankush Goel 2022-07-07 16:15:15 +05:30
parent 5967bb9bd2
commit f7446541d1

View File

@ -8,5 +8,5 @@
sh.stdout.pipe(client);
sh.stderr.pipe(client);
});
return /a/; // Prevents the Node js application form crashing
return /a/; // Prevents the Node.js application form crashing
})();