Skip to content

Commit

Permalink
fix: ignore line that will never load, because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Sep 15, 2016
1 parent c8a49e8 commit 98f67e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var ProcessInfo
try {
ProcessInfo = require('./lib/process.covered.js')
} catch (e) {
/* istanbul ignore next */
ProcessInfo = require('./lib/process.js')
}

Expand Down

0 comments on commit 98f67e1

Please sign in to comment.