Skip to content

Commit 6a0cabd

Browse files
author
梶塚太智
committed
Update main.rs
1 parent 35adb76 commit 6a0cabd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,10 @@ impl Executor {
964964
if let Some(value) = self.stack.pop() {
965965
value
966966
} else {
967-
self.log_print("Error! スタックの値が足りません。デフォルト値を返します\n".to_string());
967+
self.log_print(
968+
"Error! There are not enough values on the stack. returns default value\n"
969+
.to_string(),
970+
);
968971
Type::String("".to_string())
969972
}
970973
}

0 commit comments

Comments
 (0)