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
@@ -4759,6 +4759,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, },
stop: function stop() { stop: function stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise: function toPromise() { toPromise: function toPromise() {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -4854,6 +4854,7 @@ return /******/ (function(modules) { // webpackBootstrap
}, },
stop: function stop() { stop: function stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise: function toPromise() { toPromise: function toPromise() {
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -48,6 +48,7 @@ function fromConfig(config) {
}, },
stop() { stop() {
scanner.stop(); scanner.stop();
initialized = false;
return this; return this;
}, },
toPromise() { toPromise() {