Commit 9b9c48a4 authored by yann300's avatar yann300

linting

parent 7525bd33
......@@ -1080,7 +1080,7 @@ function packageFiles (filesProvider, directory, callback) {
}, async (error) => {
try {
const json = await filesProvider.copyFolderToJson(directory)
ret['project.json'] = { content: JSON.stringify(json, null, '\t') }
ret['project.json'] = { content: JSON.stringify(json, null, '\t') }
} catch (e) {
console.log(e)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment