We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07042f1 commit f5a20f2Copy full SHA for f5a20f2
coffee/worker.coffee
@@ -16,7 +16,6 @@ if typeof importScripts is 'function' # Detect webworker context
16
'ready': true
17
when 'exec'
18
if db is null then createDb()
19
- if not data['id'] then throw 'exec: Missing query id'
20
if not data['sql'] then throw 'exec: Missing query string'
21
postMessage
22
'id' : data['id']
0 commit comments