diff --git a/src/downloader.js b/src/downloader.js index b7d64cf..ad5e8d8 100644 --- a/src/downloader.js +++ b/src/downloader.js @@ -104,7 +104,7 @@ const storeProjectJSON = async (zip, type, projectData, options) => { if (options.processJSON) { const newData = await options.processJSON(type, projectData); throwIfAborted(options); - + if (newData) { zip.file('project.json', ExtendedJSON.stringify(newData)); return true;