Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
refactor: use async/setImmediate
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed May 11, 2017
1 parent 9449854 commit 69ea48a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/circuit/onion-dialer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict'

require('setimmediate')
require('safe-buffer')
const setImmediate = require('async/setImmediate')

const Dialer = require('./dialer')
const isFunction = require('lodash.isfunction')
Expand Down

0 comments on commit 69ea48a

Please sign in to comment.