We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc64f4 commit 2539c63Copy full SHA for 2539c63
lib/readfile.js
@@ -26,7 +26,7 @@ module.exports = function(file) {
26
// JS / JSON / CoffeeScript
27
if (ext.match(/json|js|coffee|ls/)) {
28
if (!path.isAbsolute(file)) {
29
- file = path.join(process.cwd(), file)
+ file = path.join(process.cwd(), file);
30
}
31
return require(file);
32
0 commit comments