1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

broke the flag for --no-wrap, fixed.

This commit is contained in:
Jeremy Ashkenas 2010-03-08 04:28:26 -05:00
parent 026e7649d5
commit 9eceab667c
3 changed files with 24 additions and 6 deletions

View file

@ -209,7 +209,7 @@
o = {
source: source
};
o['no-wrap'] = options['no-wrap'];
o['no_wrap'] = options['no-wrap'];
return o;
};
// Print the `--help` usage message and exit.