Try fixing macos CI, take 2

extensions
Volodymyr Shymanskyy 5 years ago committed by GitHub
parent c80fe1830c
commit b75e84ae9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -229,8 +229,9 @@ class Wasm3():
raise Exception(error)
def _write(self, data):
#if not self._is_running():
# raise Exception("Not running")
if not self._is_running():
self.load(self.loaded)
#raise Exception("Not running")
self.p.stdin.write(data.encode("utf-8"))
self.p.stdin.flush()

Loading…
Cancel
Save