Enable strict mode for extension build

This commit is contained in:
hensm
2020-01-23 00:58:33 +00:00
parent 3553912584
commit 7f84b90431
59 changed files with 526 additions and 331 deletions

View File

@@ -116,7 +116,7 @@ function connectNative (application: string) {
socket.addEventListener("close", ev => {
if (ev.code !== 1000) {
this.error = {
portObject.error = {
// TODO: Set a proper error message
message: ""
};