Skip to content

Commit 2df6ef2

Browse files
committed
Set content to always return.
1 parent f217b15 commit 2df6ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/doxdox.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ exports.parseScripts = function (scripts, output, config) {
8686

8787
process.stdout.write(content);
8888

89-
return content;
90-
9189
}
9290

91+
return content;
92+
9393
} else {
9494

9595
process.stdout.write('Invalid layout specified.' + '\n');

0 commit comments

Comments
 (0)