mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 10:15:55 +02:00
* WIP experimental pausing for ANSI/art
This commit is contained in:
parent
5a00d219f8
commit
d5017203ac
3 changed files with 12 additions and 7 deletions
|
@ -63,7 +63,7 @@ function init(configPath, cb) {
|
|||
function getDefaultPath() {
|
||||
var base = miscUtil.resolvePath('~/');
|
||||
if(base) {
|
||||
return paths.join(base, '.enigmabbs', 'config.json');
|
||||
return paths.join(base, '.enigma-bbs', 'config.json');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue