mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
print_tokens should acutally, y'know, print
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
return fs.cat(source).addCallback(function(code) {
|
||||
var js;
|
||||
if (opts.tokens) {
|
||||
puts(coffee.print_tokens(coffee.tokenize(code)));
|
||||
coffee.print_tokens(coffee.tokenize(code));
|
||||
} else if (opts.tree) {
|
||||
puts(coffee.tree(code).toString());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user