refactor
This commit is contained in:
parent
fc2af3f935
commit
447f9a886d
@ -211,7 +211,7 @@ download_type_from_string(std::string type,
|
||||
-> std::string;
|
||||
|
||||
enum class exit_code : std::int32_t {
|
||||
success,
|
||||
success = 0,
|
||||
communication_error = -1,
|
||||
file_creation_failed = -2,
|
||||
incompatible_version = -3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user