Skip to content

fix: log full error object if default toString is not enough #807

fix: log full error object if default toString is not enough

fix: log full error object if default toString is not enough #807

Triggered via pull request November 29, 2023 21:37
Status Failure
Total duration 49s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
build (20.x): test/src/utils/page-loader.ts#L98
Property 'stringifyError' is missing in type '{ log: sinon.SinonStub; warn: sinon.SinonStub; error: sinon.SinonStub; }' but required in type '{ log: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; stringifyError: (error: any) => any; }'.
build (20.x)
Process completed with exit code 2.
build (18.x): test/src/utils/page-loader.ts#L98
Property 'stringifyError' is missing in type '{ log: sinon.SinonStub; warn: sinon.SinonStub; error: sinon.SinonStub; }' but required in type '{ log: (...args: any[]) => void; warn: (...args: any[]) => void; error: (...args: any[]) => void; stringifyError: (error: any) => any; }'.
build (18.x)
The operation was canceled.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/