diff --git a/lib/errors.js b/lib/errors.js index 837d97501d..303a7fe9d5 100644 --- a/lib/errors.js +++ b/lib/errors.js @@ -176,6 +176,7 @@ function createInvalidPluginError(message, pluginType, pluginId) { default: throw new Error('unknown pluginType "' + pluginType + '"'); } +} module.exports = { createInvalidArgumentTypeError: createInvalidArgumentTypeError,