mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 01:27:59 +00:00
catch errors :^
This commit is contained in:
parent
7b70ecf662
commit
b9fba1e5a5
@ -40,8 +40,8 @@ function init(app, config, rendertemplate) {
|
||||
initlog("[OK] Load pages");
|
||||
|
||||
initlog("Loaded pages - initing poketube finnished :3");
|
||||
} catch {
|
||||
initlog("[FAILED] Load pages");
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user