Parcourir la source

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

Book Pauk il y a 6 ans
Parent
commit
74030e31c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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',