Commit 5f4e78bb authored by Jason Stafford's avatar Jason Stafford

added blank line to trigger CI again

parent 052ada48
......@@ -12,6 +12,7 @@ var onmessage = function(e) { // eslint-disable-line no-unused-vars
self[key] = data[key];
}
}
self.pyodide.runPythonAsync(data.python, () => {})
.then((results) => { self.postMessage({results}); })
.catch((err) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment