Поправки багов в создании каталогов

This commit is contained in:
Book Pauk
2019-01-04 20:50:18 +07:00
parent e0b756091b
commit fca1967bb4
3 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const path = require('path');
const base = require('./base');
const execPath = path.dirname(process.execPath);
const execDir = path.dirname(process.execPath);
const dataDir = `${execDir}/data`;
module.exports = Object.assign({}, base, {