undo debug squibels

This commit is contained in:
Bruno Windels 2020-10-16 13:03:16 +02:00
parent 5a30855227
commit c125335ef0

View file

@ -155,6 +155,6 @@ export async function main(container, paths, legacyExtras) {
const view = new RootView(vm);
container.appendChild(view.mount());
} catch(err) {
console.error(`${err.message}:\n${err.stack}dfdfdfdf`);
console.error(`${err.message}:\n${err.stack}`);
}
}