[IMP] playground: log url for current owl commit

closes #405
This commit is contained in:
Géry Debongnie
2019-10-26 09:17:14 +02:00
parent 9dfcfda365
commit 97b914b9cd
+2
View File
@@ -429,6 +429,8 @@ App.components = { TabbedEditor };
//------------------------------------------------------------------------------
async function start() {
document.title = `${document.title} (v${owl.__info__.version})`;
const commit = `https://github.com/odoo/owl/commit/${owl.__info__.hash}`;
console.info(`This application is using Owl built with the following commit:`, commit);
const [templates] = await Promise.all([
owl.utils.loadFile("templates.xml"),
owl.utils.whenReady()