Skip to content

Commit

Permalink
Fix error in file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Apr 29, 2020
1 parent f57cb9a commit 1e28dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/errors.js
Expand Up @@ -176,6 +176,7 @@ function createInvalidPluginError(message, pluginType, pluginId) {
default:
throw new Error('unknown pluginType "' + pluginType + '"');
}
}

module.exports = {
createInvalidArgumentTypeError: createInvalidArgumentTypeError,
Expand Down

0 comments on commit 1e28dea

Please sign in to comment.