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

Commit 600f5300 by Mick Hansen

Merge pull request #1481 from robskillington/patch-1

Updating migrator to properly test for coffee-script module
2 parents 5782fe0b 0741fbea
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!