File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -868,8 +868,12 @@ impl Executor {
868
868
return ;
869
869
}
870
870
}
871
+ <<<<<<< HEAD
871
872
872
873
self. log_print( String :: from( "Error! item not found in the list\n " ) ) ;
874
+ =======
875
+ self . log_print ( String :: from ( "Error! item not found in the list" ) . as_str ( ) . to_owned ( ) + "\n " ) ;
876
+ >>>>>>> ce3cc7e ( git)
873
877
self. stack . push ( Type :: Error ( String :: from ( "item-not-found" ) ) ) ;
874
878
}
875
879
@@ -1379,7 +1383,10 @@ impl Executor {
1379
1383
}
1380
1384
1381
1385
<<<<<<< HEAD
1386
+ <<<<<<< HEAD
1387
+ =======
1382
1388
=======
1389
+ >>>>>>> ce3cc7e ( git )
1383
1390
"index" => {
1384
1391
let findhint = self . pop_stack( ) . get_string( ) ;
1385
1392
let findtarget = self . pop_stack( ) . get_list( ) ;
@@ -1402,7 +1409,12 @@ impl Executor {
1402
1409
self . clearscreen( ) ;
1403
1410
}
1404
1411
1412
+ <<<<<<< HEAD
1405
1413
>>>>>>> 887510 b ( git )
1414
+ =======
1415
+ =======
1416
+ >>>>>>> 1 d34bfe ( Refactoring )
1417
+ >>>>>>> ce3cc7e ( git )
1406
1418
// If it is not recognized as a command, use it as a string.
1407
1419
_ => self . stack. push ( Type :: String ( command ) ) ,
1408
1420
}
You can’t perform that action at this time.
0 commit comments