You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this._logger.warn(`Not applying window settings since your node version '${currVersion}' doesn't satisfy the required version '${requVersion}'. Please upgrade node to apply window settings like foreground/minimize/hide.`);
396
-
return;
397
-
}
398
-
399
390
appNames=this._validateAppNames(appNames);
400
-
401
-
this._logger.info(`Applying window settings to ${appNames.length}${appNames.length===1 ? 'app' : 'apps'}`);
returnPromise.reject(`Can't sort windows because the current node version '${currNodeVersion}' doesn't satisfy the required version '${minNodeVersion}'. Please upgrade node to apply window settings like foreground/minimize/hide.`);
29
+
}
30
+
31
+
logger.debug(`Applying window settings to ${apps.length}${apps.length===1 ? 'app' : 'apps'}`);
0 commit comments