mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
make it segfault :blobcatcozy:
This commit is contained in:
parent
83f24de9dd
commit
d3d6f6a91c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function init(app, config, rendertemplate) {
|
|||
|
||||
}, 100);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
initlog("[POKE SEGFAULT] Load pages \n" + err);
|
||||
console.error(err);
|
||||
}
|
||||
}, 100);
|
||||
|
|
Loading…
Reference in a new issue