Skip to content

Commit f4cd2e8

Browse files
author
Caolan McMahon
committed
Merge pull request #259 from hildjj/coffee-script-1.7
Fix bug #247
2 parents 967a0db + 60d1195 commit f4cd2e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/test-runfiles.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ exports.testEmptyDir = function (test) {
152152
var CoffeeScript;
153153
try {
154154
CoffeeScript = require('coffee-script');
155+
if (CoffeeScript.register != null) {
156+
CoffeeScript.register();
157+
}
155158
} catch (e) {
156159
}
157160

0 commit comments

Comments
 (0)