Skip to content

Commit

Permalink
Check for existence of global process variable (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored and elhigu committed Dec 16, 2018
1 parent 2d6185a commit 6dbe503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knex.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

// Should be safe to remove after support for Node.js 6 is dropped
if (
process &&
process.versions &&
process.versions.node &&
process.versions.node.startsWith('6.')
Expand Down

0 comments on commit 6dbe503

Please sign in to comment.