Skip to content

Commit

Permalink
fix: ignore GRACEFUL_COV env
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Nov 5, 2014
1 parent 583260e commit 7497fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
@@ -1 +1 @@
module.exports = process.env.GRACEFUL_COV ? require('./lib-cov/graceful') : require('./lib/graceful');
module.exports = require('./lib/graceful');

0 comments on commit 7497fad

Please sign in to comment.