From e486377ad52ee7c73b50e26eff328bd9b8944a4d Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 15 Feb 2014 13:50:51 -0800 Subject: [PATCH] fix "module not found" errors on Windows (#533) hat tip to @opengl-8080 for the fix! --- jsdoc.cmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsdoc.cmd b/jsdoc.cmd index 771cf701..20156cd8 100644 --- a/jsdoc.cmd +++ b/jsdoc.cmd @@ -2,9 +2,8 @@ SETLOCAL -REM jsdoc.js expects Unix-style paths without a trailing slash +REM jsdoc.js expects paths without a trailing slash SET _BASEPATH=%~dp0 -SET _BASEPATH=%_BASEPATH:\=/% SET _BASEPATH=%_BASEPATH:~0,-1% REM we need the ability to resolve paths relative to the user's working