From 0eba3fe90984717ba962b682f046cb81aeee2d16 Mon Sep 17 00:00:00 2001 From: Marcel Franca Date: Mon, 13 Jun 2022 10:05:07 -0300 Subject: [PATCH] Removed break from utils --- lib/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils.js b/lib/utils.js index 1a3cbac..bf2be3d 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -57,7 +57,6 @@ module.exports = { const fromArgs = this.raw[name] if (typeof fromArgs !== 'undefined') { value = fromArgs - break } }