Skip to content

Commit

Permalink
Update ElmAsset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper committed Dec 31, 2018
1 parent a6b9358 commit e1f027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/assets/ElmAsset.js
Expand Up @@ -135,7 +135,7 @@ class ElmAsset extends Asset {
generateErrorMessage(err) {
// The generated stack is not useful, but other code may
// expect it and try to print it, so make it an empty string.
err.stack == '';
err.stack = '';
return err;
}
}
Expand Down

1 comment on commit e1f027f

@MattCheely
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh! 🤦‍♂️

Please sign in to comment.