diff --git a/packages/northstar/src/views/toolbar.r.ts b/packages/northstar/src/views/toolbar.r.ts index 7cfbb7c..f5bb8de 100644 --- a/packages/northstar/src/views/toolbar.r.ts +++ b/packages/northstar/src/views/toolbar.r.ts @@ -120,6 +120,7 @@ export default view(_ => { }); } catch (e) { buildOutput = `${e}`; + console.error(e); } } else { buildOutput = "Building...";