Skip to content

Commit c3d35d2

Browse files
梶塚太智thejustcube
authored andcommitted
Update main.rs
modified: src/main.rs
1 parent 603cc3a commit c3d35d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,12 +868,17 @@ impl Executor {
868868
return;
869869
}
870870
}
871+
<<<<<<< HEAD
871872
<<<<<<< HEAD
872873

873874
self.log_print(String::from("Error! item not found in the list\n"));
874875
=======
875876
self.log_print(String::from("Error! item not found in the list").as_str().to_owned() + "\n");
876877
>>>>>>> ce3cc7e (git)
878+
=======
879+
880+
self.log_print(String::from("Error! item not found in the list\n"));
881+
>>>>>>> 0c174e6 (Update main.rs)
877882
self.stack.push(Type::Error(String::from("item-not-found")));
878883
}
879884

0 commit comments

Comments
 (0)