Update JSDoc to get async publish support

This commit is contained in:
Tim Schaub
2015-09-23 09:42:11 -06:00
parent c0da5ff8ef
commit 85ca4e1888
5 changed files with 70 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ exports.defineTags = function(dictionary) {
doclet.stability = level;
} else {
var errorText = util.format('Invalid stability level (%s) in %s line %s', tag.text, doclet.meta.filename, doclet.meta.lineno);
require('jsdoc/util/error').handle( new Error(errorText) );
require('jsdoc-fork/lib/jsdoc/util/error').handle( new Error(errorText) );
}
}
});