Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refs/pull/191/head'
Browse files Browse the repository at this point in the history
  • Loading branch information
daurnimator committed Apr 10, 2021
2 parents 0c9631c + 59d0ef2 commit dfdd629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/loslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ if (typeof process === "undefined") {
syslib.execute = function(L) {
let cmd = luaL_optstring(L, 1, null);
if (cmd !== null) {
cmd = to_jsstring(cmd);
try {
child_process.execSync(
cmd,
Expand Down

0 comments on commit dfdd629

Please sign in to comment.