memory.jsonの保存先をdata以下にする

This commit is contained in:
ふるふる 2021-11-28 15:38:21 +09:00
parent 3379de42c7
commit 5a314b5e97
2 changed files with 1 additions and 1 deletions

0
data/.keep Normal file
View file

View file

@ -81,7 +81,7 @@ export default class 藍 {
this.account = account;
this.modules = modules;
const file = process.env.NODE_ENV === 'test' ? 'test.memory.json' : 'memory.json';
const file = process.env.NODE_ENV === 'test' ? 'data/test.memory.json' : 'data/memory.json';
this.log(`Lodaing the memory from ${file}...`);