Skip to content

Commit

Permalink
[js] Add default options to perl6-js runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 10, 2018
1 parent 1975198 commit 744755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-js-runner.pl
Expand Up @@ -14,7 +14,7 @@

my $install_to = "perl6-js$bat";
open my $fh, ">", $install_to or die "open: $!";
print $fh $preamble, "node rakudo.js", $postamble, "\n" or die "print: $!";
print $fh $preamble, "node rakudo.js -Ilib --source-map", $postamble, "\n" or die "print: $!";
close $fh or die "close: $!";

chmod 0755, $install_to if $^O ne 'MSWin32';

0 comments on commit 744755b

Please sign in to comment.