Skip to content

Commit 8b679d0

Browse files
fix: export project output
1 parent 3b4708f commit 8b679d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/exporter.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ export class Exporter {
171171
*/
172172
private handleProjectExport(
173173
argument: Arguments,
174-
string: string,
174+
json: any,
175175
app: ElmApp,
176176
): void {
177177
if (this.collection) {
178178
try {
179-
PROJECT.storeNext(this.collection, JSON.parse(string))
179+
PROJECT.storeNext(this.collection, json)
180180

181181
const next = PROJECT.getNext(this.collection)
182182

0 commit comments

Comments
 (0)