main: return an error when running a command failed
Этот коммит содержится в:
родитель
0ce4d90779
коммит
5f9c683abf
1 изменённых файлов: 1 добавлений и 0 удалений
|
@ -37,6 +37,7 @@ func execCommand(cmdNames []string, args ...string) error {
|
||||||
// this command was not found, try the next
|
// this command was not found, try the next
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
return err
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче