Skip to content

Commit

Permalink
chore(sdk-trace-node): fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Sep 2, 2021
1 parent dc574f7 commit 6a00988
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ export class NodeTracerProvider extends BasicTracerProvider {
super(config);
}

override register(config: SDKRegistrationConfig = {}) {
override register(config: SDKRegistrationConfig = {}): void {
if (config.contextManager === undefined) {
const ContextManager = semver.gte(process.version, '14.8.0')
? AsyncLocalStorageContextManager
Expand Down

0 comments on commit 6a00988

Please sign in to comment.