Skip to content

Commit

Permalink
upd: output compile error to console
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Nov 12, 2023
1 parent 4543da8 commit 4c4a289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/northstar/src/views/toolbar.r.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default view(_ => {
});
} catch (e) {
buildOutput = `${e}`;
console.error(e);
}
} else {
buildOutput = "Building...";
Expand Down

0 comments on commit 4c4a289

Please sign in to comment.