diff --git a/libV2/index.js b/libV2/index.js index 1c3ce5af..dec00724 100644 --- a/libV2/index.js +++ b/libV2/index.js @@ -104,7 +104,7 @@ module.exports = { } catch (error) { console.error(error); - break; + throw error; } collection.variable.push(...collectionVariables);