actually log the reason why seshat fails to load...

This commit is contained in:
Matthew Hodgson 2019-11-27 01:45:11 +00:00
parent 222fea969d
commit fe7813958a

View File

@ -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"]) {