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.
2 parents 2c1dce2 + 75f0b34 commit 634788fCopy full SHA for 634788f
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