-
-
Notifications
You must be signed in to change notification settings - Fork 62
fix(tarball): Remove promise handler error #148
Conversation
I think you wanna add the |
@zkat Ok I've added one there too. I rebased the commits into 1 to make the history cleaner. |
I'm going to assume this fixes it, because I literally can't repro this problem by hand. @redonkulus were you getting the issue yourself? Does this fix it for you? Do you have a reliable repro? |
@zkat So I'm using a repo that I have lying around. The warning goes away after adding the However, I do see the following error now (removing the
To reproduce it, I had to clear the npm cache and remove node_modules each time:
|
Oh god why |
Maybe @benjamingr has an idea... |
You can |
I tried returning |
@redonkulus from bluebird's point of view other than warnings - there is no difference between not returning, returning |
@redonkulus could you rebase this branch onto |
@zkat rebased and tested this locally, looks like the |
@redonkulus sounds good! I'm gonna have to purge |
I'm just gonna merge this. It doesn't break anything anyway, and it'll at least fix you. |
PR-URL: zkat/pacote#148 Fixes: zkat/pacote#145 Credit: @redonkulus Reviewed-By: @zkat
Fixes #145