change output format of information of bytecodes

This commit is contained in:
ValKmjolnir
2021-10-13 22:59:15 +08:00
parent 5d13261516
commit 818685c48d
6 changed files with 172 additions and 109 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ var ResultTrait={
},
unwrap:func(){
if(me.flag)
die("error: "~me.err);
die(me.err);
return me.ok;
}
};