You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
src/internal/cls-ah.ts:80:34 - error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 24 more.
80 const res = cb.apply(this, arguments) as T;
~~~~~~~~~
src/internal/cls-ah.ts:106:20 - error TS2554: Expected 1 arguments, but got 3.
Affected packages:
Build error: on opencensus-core package
src/internal/cls-ah.ts:80:34 - error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 24 more.
80 const res = cb.apply(this, arguments) as T;
~~~~~~~~~
src/internal/cls-ah.ts:106:20 - error TS2554: Expected 1 arguments, but got 3.
106 return oldMethod.call(this, event, ns.bind(cb));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 4 errors.
The text was updated successfully, but these errors were encountered: