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

Commit 0741fbea by Rob Skillington

Updating migrator to properly test for coffee-script module

1 parent 62bd98f0
Showing with 1 additions and 1 deletions
......@@ -52,7 +52,7 @@ module.exports = (function() {
get: function() {
if (this.path.match(/\.coffee$/)) {
try {
require('coffee-script/register')
require('coffee-script')
} catch(e) {
console.log("You have to add \"coffee-script\" to your package.json.")
process.exit(1)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!