Skip to content

Commit

Permalink
fix: pluginloader typo (open-telemetry#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwolff committed Apr 30, 2020
1 parent 23677a1 commit 8461bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class PluginLoader {
}

this.logger.info(
`PluginLoader#load: trying loading ${name}@${version}`
`PluginLoader#load: trying to load ${name}@${version}`
);

if (!version) return exports;
Expand Down

0 comments on commit 8461bdc

Please sign in to comment.