diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -391,6 +391,7 @@ if(this.provider !== undefined) { this.provider.send(data); } else { + console.warn("provider is not set"); this.queued.push(data); } }; |