Skip to content

Commit

Permalink
chore: upgrade warning on inabilty to upgrade to error, and throw
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Jul 17, 2023
1 parent 9487095 commit 3b65d03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/zoe/src/zoeService/zoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ const makeDurableZoeKit = ({
zcfBundleCap = bundleCap;
},
e => {
console.warn(`unable to update ZCF Bundle: `, e);
console.error(`'🚨 unable to update ZCF Bundle: `, e);
throw e;
},
);
},
Expand Down

0 comments on commit 3b65d03

Please sign in to comment.