mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
merging in Trevor's --no-wrap deprecation
This commit is contained in:
@@ -205,7 +205,7 @@
|
||||
o.run = !(o.compile || o.print || o.lint);
|
||||
o.print = !!(o.print || (o.eval || o.stdio && o.compile));
|
||||
sources = o.arguments;
|
||||
return opts['no-wrap'] ? console.log('--no-wrap is deprecated; please use --bare instead.\n') : void 0;
|
||||
return opts['no-wrap'] ? console.warn('--no-wrap is deprecated; please use --bare instead.') : void 0;
|
||||
};
|
||||
compileOptions = function(fileName) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user