Skip to content

feat: alias Error to Exception #51

feat: alias Error to Exception

feat: alias Error to Exception #51

Triggered via push October 26, 2024 16:26
Status Failure
Total duration 2m 0s
Artifacts

publish.yml

on: push
Publish to GitHub Pages
1m 52s
Publish to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
generated/interfaces/index.test.js > interfaces/methodWithCallbackAndThisAnnotated: tests/specs/generated/interfaces/index.test.js#L79
Error: Snapshot `interfaces/methodWithCallbackAndThisAnnotated 1` mismatched - Expected + Received @@ -5,10 +5,10 @@ open System [<AllowNullLiteral>] [<Interface>] type Database = - abstract member run: sql: string * ?callback: (Error option -> unit) -> Database + abstract member run: sql: string * ?callback: (Exception option -> unit) -> Database (***) #r "nuget: Fable.Core" (***) ❯ generated/interfaces/index.test.js:79:5
Publish to GitHub Pages
Process completed with exit code 255.
Publish to GitHub Pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish to GitHub Pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/