Merge pull request #16 from rustybird/started

Broadcast a "started" message after initialization
This commit is contained in:
hackademix 2018-08-28 00:34:17 +02:00 committed by GitHub
commit 5bfba8a40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@
await include("/bg/Settings.js");
Messages.addHandler(messageHandler);
await Messages.send("started");
log("STARTED");
this.devMode = (await browser.management.getSelf()).installType === "development";