Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix importing TimeoutError #88

Merged
merged 6 commits into from
Nov 10, 2019

Conversation

mboperator
Copy link
Contributor

The Problem

The built TS file attempts to access ptimeout_1.default.TimeoutError() which under some conditions (IE: inside of Electron) returns undefined.

Changes

  • Importing pTimeout and TimeoutError separately

@sindresorhus sindresorhus changed the title Fixed TimeoutError import Fix importing TimeoutError Nov 10, 2019
@sindresorhus sindresorhus merged commit db039dd into sindresorhus:master Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants