mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
actually log the reason why seshat fails to load...
This commit is contained in:
parent
222fea969d
commit
fe7813958a
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue