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 ba41d26 commit 5924cd4Copy full SHA for 5924cd4
bin/helpers/atsHelper.js
@@ -13,7 +13,7 @@ exports.isTurboScaleSession = (bsConfig) => {
13
return true;
14
}
15
16
- if (bsConfig.run_settings && bsConfig.run_settings.turboScale) {
+ if (utils.isNotUndefined(bsConfig) && bsConfig.run_settings && bsConfig.run_settings.turboScale) {
17
18
19
0 commit comments