Skip to content

Commit 60d1195

Browse files
committed
Fix bug #247
1 parent 967a0db commit 60d1195

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)