actually log the reason why seshat fails to load...
parent
222fea969d
commit
fe7813958a
|
@ -48,6 +48,7 @@ let Seshat = null;
|
|||
try {
|
||||
Seshat = require('matrix-seshat');
|
||||
} catch (e) {
|
||||
console.warn("seshat unavailable", e);
|
||||
}
|
||||
|
||||
if (argv["help"]) {
|
||||
|
|
Loading…
Reference in New Issue