mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
print_tokens should acutally, y'know, print
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
return __a;
|
||||
}).call(this);
|
||||
return strings.join(' ');
|
||||
return puts(strings.join(' '));
|
||||
};
|
||||
//---------- Below this line is obsolete, for the Ruby compiler. ----------------
|
||||
// The path to the CoffeeScript executable.
|
||||
|
||||
Reference in New Issue
Block a user