Skip to content

Commit

Permalink
Remove shim
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Mar 20, 2020
1 parent 52689b0 commit 319cc21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/gatsby/src/bootstrap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ const getConfigFile = require(`./get-config-file`)
const tracer = require(`opentracing`).globalTracer()
const preferDefault = require(`./prefer-default`)
const removeStaleJobs = require(`./remove-stale-jobs`)
// Add `util.promisify` polyfill for old node versions
require(`util.promisify/shim`)()

// Show stack trace on unhandled promises.
process.on(`unhandledRejection`, (reason, p) => {
Expand Down

0 comments on commit 319cc21

Please sign in to comment.