mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
actually log the reason why seshat fails to load...
This commit is contained in:
parent
222fea969d
commit
fe7813958a
@ -48,6 +48,7 @@ let Seshat = null;
|
|||||||
try {
|
try {
|
||||||
Seshat = require('matrix-seshat');
|
Seshat = require('matrix-seshat');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.warn("seshat unavailable", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (argv["help"]) {
|
if (argv["help"]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user