From 1e28deafed1ae00953a5840ef2ab58fd99defca8 Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Wed, 29 Apr 2020 20:09:00 +0200 Subject: [PATCH] Fix error in file --- lib/errors.js | 1 + 1 file changed, 1 insertion(+) 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,