diff --git a/tools/playground/app.js b/tools/playground/app.js index e721452e..212993f6 100644 --- a/tools/playground/app.js +++ b/tools/playground/app.js @@ -200,6 +200,8 @@ class App extends owl.Component { } catch (e) { //probably problem with the templates error = e; + // we still log the error, always useful to have it available + console.error(e); } if (error) { this.displayError(error.message);