diff --git a/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimers.js b/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimers.js index ce83778ed9d2d6..0ff75f23d743c1 100644 --- a/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimers.js +++ b/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimers.js @@ -15,6 +15,7 @@ // in dependencies. NativeModules > BatchedBridge > MessageQueue > JSTimersExecution const RCTTiming = require('NativeModules').Timing; const JSTimersExecution = require('JSTimersExecution'); +const parseErrorStack = require('parseErrorStack'); // Returns a free index if one is available, and the next consecutive index otherwise. function _getFreeIndex(): number { @@ -31,6 +32,14 @@ function _allocateCallback(func: Function, type: $Keys