Explorar el Código

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

Book Pauk hace 6 años
padre
commit
74030e31c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',