Fixed initialization-error

This commit is contained in:
Christoph Oberhofer
2016-08-02 23:15:12 +02:00
parent 31d2a086cd
commit 23a3481f7d
6 changed files with 6 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@ function fromConfig(config) {
},
stop() {
scanner.stop();
initialized = false;
return this;
},
toPromise() {