浏览代码

К предыдущщему

Book Pauk 6 年之前
父节点
当前提交
74030e31c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/config/base.js

+ 1 - 1
server/config/base.js

@@ -1,6 +1,6 @@
 const path = require('path');
 const pckg = require('../../package.json');
-const execPath = path.resolve(__dirname + '/..');
+const execPath = path.resolve(__dirname, '..');
 
 module.exports = {
     branch: 'base',