Skip to content

Commit

Permalink
Update to pass error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylortom committed Aug 29, 2024
1 parent 85f66d5 commit addaed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AdaptFrameworkBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class AdaptFrameworkBuild {
})
} catch (e) {
throw App.instance.errors.FW_CLI_BUILD_FAILED
.setData({ cmd: e.cmd, raw: e.raw })
.setData(e)
}
}
this.isPreview ? await this.createPreview() : await this.createZip()
Expand Down

0 comments on commit addaed6

Please sign in to comment.