Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tasks/apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ module.exports = function(grunt) {
if(typeof countFiles === "number")
{
grunt.log.ok("grunt-apidoc finished. Files with apidoc: " + countFiles);
this.async(true);
return true;
}
else
{
grunt.log.error("grunt-apidoc error: Execution terminated (set \"options { debug: true }\" in Gruntfile.js for details.");
this.async(false);
return false;
}
}); // registerMultiTask

}; // module.exports
}; // module.exports