Skip to content

Commit

Permalink
[js] Add the --beautify command line flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 12, 2017
1 parent 1211440 commit b64da29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.nqp
Expand Up @@ -27,6 +27,10 @@ my @clo := $comp.commandline_options();
@clo.push('I=s');
@clo.push('M=s');

#?if js
@clo.push('beautify');
#?endif

# Set up END block list, which we'll run at exit.
nqp::bindhllsym('perl6', '@END_PHASERS', []);

Expand Down

0 comments on commit b64da29

Please sign in to comment.