for testing, exit after first file
This commit is contained in:
parent
1c0da9320f
commit
6abaf99899
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Project.find({}, (err, projects) => {
|
|||
}
|
||||
project.save((err, savedProject) => {
|
||||
console.log(`updated file ${file.url}`);
|
||||
process.exit(0);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue