Fix timeout error firing even though it's cancelled #1406
Annotations
10 errors
Node.js 20 on macos-latest:
test/retry.ts#L26
Use 'includes()' method instead.
|
Node.js 20 on macos-latest:
test/retry.ts#L26
Use `.includes()`, rather than `.indexOf()`, when checking for existence.
|
Node.js 20 on macos-latest:
test/retry.ts#L26
Strings must use singlequote.
|
Node.js 20 on macos-latest:
test/retry.ts#L28
Mixed spaces and tabs.
|
Node.js 20 on macos-latest:
test/retry.ts#L28
Missing trailing comma.
|
Node.js 20 on macos-latest:
test/retry.ts#L29
Trailing spaces not allowed.
|
Node.js 20 on macos-latest:
test/retry.ts#L31
Expected blank line before this statement.
|
Node.js 20 on macos-latest:
test/retry.ts#L32
Mixed spaces and tabs.
|
Node.js 20 on macos-latest:
test/retry.ts#L32
Missing trailing comma.
|
Node.js 20 on macos-latest:
test/retry.ts#L93
Strings must use singlequote.
|