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/use-pipeline-callback #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sg-gs
Copy link
Member

@sg-gs sg-gs commented May 16, 2022

No description provided.

@sg-gs
Copy link
Member Author

sg-gs commented May 16, 2022

The error thrown in this case will be:

AbortError: The operation was aborted
    at AbortSignal.onAbort (node:internal/streams/add-abort-signal:37:20)
    at AbortSignal.[nodejs.internal.kHybridDispatch] (node:internal/event_target:647:20)
    at AbortSignal.dispatchEvent (node:internal/event_target:589:26)
    at abortSignal (node:internal/abort_controller:283:10)
    at AbortController.abort (node:internal/abort_controller:314:5)
    at ActionState.<anonymous> (/Users/sergiogutierrezvillalba/Desktop/Code/inxt-repos/inxt-js/src/lib/core/upload/uploadV2.ts:48:21)
    at Object.onceWrapper (node:events:645:28)
    at ActionState.emit (node:events:526:28)
    at ActionState.emit (node:domain:475:12)
    at ActionState.stop (/Users/sergiogutierrezvillalba/Desktop/Code/inxt-repos/inxt-js/src/api/ActionState.ts:26:12) {
  code: ‘ABORT_ERR’
}
2022-05-16 14:56:53 error: Error uploading file: Process killed by user

@sg-gs sg-gs changed the title fix(upload): use non-promisified pipeline to upload [_]:fix/use-pipeline-callback May 16, 2022
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.

1 participant