Skip to content

Commit

Permalink
getPrevious removal
Browse files Browse the repository at this point in the history
  • Loading branch information
yttrium committed Sep 29, 2018
1 parent b898246 commit db6dffb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion verify-one.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ try {

process.exitCode = 0;
} catch (e) {
console.log(e.getPrevious());
console.log(e);

process.exitCode = 1;
Expand Down

0 comments on commit db6dffb

Please sign in to comment.