Skip to content

Commit

Permalink
do not change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ozomer committed Jan 7, 2018
1 parent dd5a389 commit db1713a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ try {
bcrypt = require('bcryptjs');
}

process.chdir( path.join(__dirname, '..') ); // fix the cwd
// process.chdir( path.join(__dirname, '..') ); // fix the cwd

var viewsPath = path.join(__dirname, '../web/views');
var staticPath = path.join(__dirname, '../web/static');
Expand Down

0 comments on commit db1713a

Please sign in to comment.