mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
use the correct path in Cygwin (#544)
This commit is contained in:
parent
9b91c75b7d
commit
81ecdf6697
@ -86,7 +86,7 @@ function initializeNode(args) {
|
||||
var path = require('path');
|
||||
|
||||
var jsdocPath = args[0];
|
||||
var pwd = process.env.PWD || args[1];
|
||||
var pwd = args[1];
|
||||
|
||||
// resolve the path if it's a symlink
|
||||
if ( fs.statSync(jsdocPath).isSymbolicLink() ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user