process all files
This commit is contained in:
parent
d4f78e0800
commit
fbc0dd40da
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ Project.count({})
|
|||
file.url = file.url.replace('p5.js-webeditor', process.env.S3_BUCKET);
|
||||
project.save((err, newProject) => {
|
||||
console.log(`updated file ${file.url}`);
|
||||
process.exit(0);
|
||||
fileCb();
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue