We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282daf8 commit 94a759eCopy full SHA for 94a759e
lib/doxdox.js
@@ -13,7 +13,7 @@ exports.parseFile = function (file, output, config) {
13
14
if (fs.existsSync(file)) {
15
16
- exports.parseScript(fs.readFileSync(file, 'utf8'), output, config);
+ return exports.parseScript(fs.readFileSync(file, 'utf8'), output, config);
17
18
} else {
19
0 commit comments