mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
legacy c-ares binding should use legacy timer
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user