Skip to content

Commit cc1423a

Browse files
Merge pull request #128 from japneetlambdatest/MLE-8122
boolean instead of bool
2 parents f725659 + a8a9f30 commit cc1423a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ module.exports = validate_config = function (lt_config, validation_configs) {
239239

240240
if (
241241
lt_config.run_settings.stop_on_failure &&
242-
typeof lt_config.run_settings.stop_on_failure != "bool"
242+
typeof lt_config.run_settings.stop_on_failure != "boolean"
243243
) {
244244
reject("Type of stop_on_failure flag is not bool");
245245
}

0 commit comments

Comments
 (0)