Closed mboperator closed 4 years ago
The built TS file attempts to access ptimeout_1.default.TimeoutError() which under some conditions (IE: inside of Electron) returns undefined.
ptimeout_1.default.TimeoutError()
pTimeout
TimeoutError
The Problem
The built TS file attempts to access
ptimeout_1.default.TimeoutError()
which under some conditions (IE: inside of Electron) returns undefined.Changes
pTimeout
andTimeoutError
separately