legacy c-ares binding should use legacy timer
This commit is contained in:
parent
858f23094e
commit
24a671a8aa
@ -26,7 +26,7 @@ var IOWatcher = process.binding('io_watcher').IOWatcher;
|
||||
|
||||
var watchers = {};
|
||||
var activeWatchers = {};
|
||||
var Timer = process.binding('timer_wrap').Timer;
|
||||
var Timer = process.binding('timer').Timer;
|
||||
|
||||
var timer = new Timer();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user