mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
9187d2cce6
commit
843d6b67d2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function readConfig(){
|
|||
var lServerDir = path.dirname(process.argv[1]);
|
||||
|
||||
if( DIR !== lServerDir ){
|
||||
console.log('current dir: ' + lProcessDir);
|
||||
console.log('current dir: ' + DIR);
|
||||
process.chdir(lServerDir);
|
||||
}
|
||||
console.log('server dir: ' + lServerDir + '\n' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue