不要怂,就是干,撸起袖子干!

Commit 437c3464 by Rob Skillington

Better whitespace consistency for catch block

1 parent f582100a
Showing with 1 additions and 1 deletions
...@@ -58,7 +58,7 @@ module.exports = (function() { ...@@ -58,7 +58,7 @@ module.exports = (function() {
try { try {
// Prior to 1.7.x compiler registration // Prior to 1.7.x compiler registration
require('coffee-script') require('coffee-script')
} catch (e) { } catch(e) {
console.log("You have to add \"coffee-script\" to your package.json.") console.log("You have to add \"coffee-script\" to your package.json.")
process.exit(1) process.exit(1)
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!