electron-main: Switch to matrix-seshat.
This commit is contained in:
parent
437c59f087
commit
e9352fca9a
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ let Seshat = null;
|
|||
let makeDir = null;
|
||||
|
||||
try {
|
||||
Seshat = require('seshat-node');
|
||||
Seshat = require('matrix-seshat');
|
||||
makeDir = require('make-dir');
|
||||
} catch (e) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue