Skip to content

Commit

Permalink
jsc/common/main.jsc: temporary change for perl
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 31, 2021
1 parent f6d3d56 commit 21dc13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsc/common/main.jsc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if (args[0] === "--gdbpipes") {
args.shift();
}

var path = args[0];
var path = args.shift();
args.unshift("../../miniperl");
var remote;

function CStringAt(heap, offset)
Expand Down

0 comments on commit 21dc13f

Please sign in to comment.