mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:28:31 +01:00
catch errors :^
This commit is contained in:
parent
0fa9f3dbf6
commit
14ccdd53b8
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue