This commit is contained in:
Kazuminn
2020-10-03 20:07:45 +09:00
parent 6d57923ff2
commit 7242dfbc1b

View File

@@ -28,7 +28,7 @@ pub fn check_command(
for entry in rdr.records() {
if let Ok(_data) = entry {
if (commandline == &_data[0]) {
if commandline == &_data[0] {
return;
}
}