Update web.dart

This commit is contained in:
blueloveTH 2022-12-29 01:34:59 +08:00
parent b188830f3d
commit fda94e3c66

View File

@ -45,7 +45,7 @@ class VM {
var _o = _Bindings.pkpy_vm_read_output(pointer);
String _j = _o;
var ret = PyOutput.fromJson(cvt.jsonDecode(_j));
_Bindings.pkpy_delete(_o);
return ret;
}