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 authored and mhofman committed Jan 31, 2024
1 parent 93e0cf4 commit 392fd33
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 392fd33

Please sign in to comment.