pull/982/head
yann300 4 years ago
parent 7525bd3394
commit 9b9c48a494
  1. 2
      libs/remix-ui/file-explorer/src/lib/file-explorer.tsx

@ -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)
}

Loading…
Cancel
Save