add missing semicolon
This commit is contained in:
parent
1cecd24823
commit
9e8f4b25ca
@ -38,7 +38,7 @@ var only;
|
||||
var oldHandlers = {};
|
||||
var maps = {};
|
||||
|
||||
var cwd = process.cwd()
|
||||
var cwd = process.cwd();
|
||||
|
||||
var getRelativePath = function (filename){
|
||||
return path.relative(cwd, filename);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user