Skip to content

Commit

Permalink
Add @todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jul 26, 2019
1 parent 585dc54 commit 4c82e91
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export class PluginLoader {
this.logger.info(
`PluginLoader#load: trying loading ${name}.${version}`
);

// @todo (issues/132): Check if version and supportedVersions are
// satisfied
if (!version) return exports;

this.logger.debug(
Expand Down

0 comments on commit 4c82e91

Please sign in to comment.