diff --git a/jsdoc.js b/jsdoc.js index 5265df4d..553297e1 100644 --- a/jsdoc.js +++ b/jsdoc.js @@ -281,6 +281,7 @@ catch(e) { env.run.finish = new Date(); if (e.rhinoException != null) { e.rhinoException.printStackTrace(); + process.exit(1); } else { throw e; }