Instrument test sctipt

extensions
Volodymyr Shymanskyy 5 years ago
parent 1cb909a9b9
commit 6c39940731

@ -235,9 +235,10 @@ class Wasm3():
self.run() self.run()
try: try:
if self.loaded: if self.loaded:
self.load(self.loaded) res = self.load(self.loaded)
print(res)
except Exception as e: except Exception as e:
pass print(e)
break break
except Exception as e: except Exception as e:
print(f"wasm3: {e} => retry") print(f"wasm3: {e} => retry")

Loading…
Cancel
Save