Skip to content

Commit f91d759

Browse files
committed
Add warning for invalid gridName
1 parent b131de0 commit f91d759

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/atsHelper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
8282
}
8383
resolve(responseData);
8484
}).catch(error => {
85+
logger.warn(`Grid Details not found for grid - ${gridName}`);
8586
logger.warn(utils.formatRequest(error, null, null));
8687
utils.sendUsageReport(bsConfig, args, error, Constants.messageTypes.ERROR, 'get_ats_details_failed', null, rawArgs);
8788
resolve({});

0 commit comments

Comments
 (0)