mirror of https://github.com/pyodide/pyodide.git
added blank line to trigger CI again
This commit is contained in:
parent
052ada4855
commit
5f4e78bb13
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue