mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
change output format of information of bytecodes
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ var ResultTrait={
|
||||
},
|
||||
unwrap:func(){
|
||||
if(me.flag)
|
||||
die("error: "~me.err);
|
||||
die(me.err);
|
||||
return me.ok;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user