diff --git a/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx b/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx index 7bdb3e32513..fed5580a7c1 100644 --- a/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx +++ b/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) }