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:
parent
026e7649d5
commit
9eceab667c
3 changed files with 24 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue