mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
whitespace
This commit is contained in:
parent
e2ed15141c
commit
b9ed72118c
2
jsdoc.js
2
jsdoc.js
@ -246,7 +246,7 @@ function main() {
|
||||
if ( noSuchPath(result) ) {
|
||||
// next, try resolving it relative to the JSDoc directory
|
||||
result = path.resolve(env.dirname, template);
|
||||
if ( noSuchPath(result) ) {
|
||||
if ( noSuchPath(result) ) {
|
||||
// restore the original value so the user gets a reasonable error message
|
||||
result = template;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user