mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-22 23:17:26 -04:00
handle invalid config
This commit is contained in:
parent
d8baa21e4e
commit
085fbb4769
4 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,7 @@ signal gate_error(code: GateError)
|
|||
enum GateError
|
||||
{
|
||||
NOT_FOUND,
|
||||
INVALID_CONFIG,
|
||||
MISSING_PACK,
|
||||
MISSING_LIBS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue