1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Issue #2654 - Lint with Travis-CI

This commit is contained in:
Jon Buckley 2013-02-01 11:36:58 -05:00
parent 43d6c6f1ab
commit 442bd8bd5a
4 changed files with 21 additions and 1 deletions

View file

@ -23,6 +23,9 @@ module.exports = {
if (str) {
process.stdout.write(str + "\n" + len + " error" +
((len === 1) ? "" : "s") + "\n");
process.exit(2);
} else {
process.exit(0);
}
}
};