Fix empty catch statement error
This commit is contained in:
@ -187,6 +187,7 @@ class Initializer {
|
|||||||
$supervisor = new Supervisor();
|
$supervisor = new Supervisor();
|
||||||
$supervisor->checkDaemon();
|
$supervisor->checkDaemon();
|
||||||
} catch(\Exception $e) {
|
} catch(\Exception $e) {
|
||||||
|
// Prevent Daemon exceptions from breaking out and breaking UI
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user