Skip to content

Fix handling of synchronous exceptions thrown from executor function #27

Fix handling of synchronous exceptions thrown from executor function

Fix handling of synchronous exceptions thrown from executor function #27

Triggered via pull request September 18, 2023 14:12
Status Failure
Total duration 29s
Artifacts

ci-build-check.yaml

on: pull_request
ts_build_test
17s
ts_build_test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ts_build_test: src/iterified.ts#L20
Type '() => AsyncGenerator<Awaited<TNext>, void, unknown> & { return(): Promise<IteratorResult<Awaited<TNext>, void>>; }' is not assignable to type '() => IterifiedIterator<TNext, void | undefined>'.
ts_build_test
Process completed with exit code 1.
ts_build_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/