Move node registry to its own top level dir

This commit is contained in:
Nick O'Leary
2018-04-26 12:32:05 +01:00
parent 5866d414ce
commit 11d87205d7
63 changed files with 674 additions and 584 deletions

View File

@@ -83,7 +83,6 @@ module.exports = {
try {
fs.renameSync(path,backupPath);
} catch(err) {
console.log(err);
}
}
return when.promise(function(resolve,reject) {