We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab99aac commit ae9ab92Copy full SHA for ae9ab92
bin/helpers/utils.js
@@ -85,6 +85,9 @@ exports.getErrorCodeFromMsg = (errMsg) => {
85
case Constants.validationMessages.INVALID_LOCAL_ASYNC_ARGS:
86
errorCode = 'invalid_local_async_args';
87
break;
88
+ case Constants.validationMessages.INVALID_GEO_LOCATION:
89
+ errorCode = 'invalid_geo_location';
90
+ break;
91
}
92
if (
93
errMsg.includes("Please use --config-file <path to browserstack.json>.")
0 commit comments