You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on updating the dependency of my packerTool task and found out that for every test run the download would fail with the dreaded Aborted error. By patching your package it was consequently solved.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
I was working on updating the dependency of my
packerTool
task and found out that for every test run the download would fail with the dreadedAborted
error. By patching your package it was consequently solved.The event is also already deprecated for a while: https://nodejs.org/api/http.html#event-abort
Pretty sure it will fix these issues: microsoft/azure-pipelines-tasks#18280
The text was updated successfully, but these errors were encountered: