mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 05:56:41 +00:00
Obeisance to JSHint for core modules
There are still some warnings about making functions in a loop, but I’ll fix those as a separate pull request because the fixes are more than typographic errors.
This commit is contained in:
@@ -41,7 +41,7 @@ exports.copyDirectory = function(srcPath,dstPath) {
|
||||
if(err) {
|
||||
return err;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
copy(srcPath,dstPath);
|
||||
@@ -70,7 +70,7 @@ exports.copyFile = function(srcPath,dstPath) {
|
||||
fs.closeSync(srcFile);
|
||||
fs.closeSync(dstFile);
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
Remove trailing path separator
|
||||
|
||||
Reference in New Issue
Block a user