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 fbf8fcd commit 66f1906Copy full SHA for 66f1906
commands/utils/set_args.js
@@ -455,15 +455,6 @@ function sync_args_from_cmd(args) {
455
}
456
457
//Override baseline for visual ui
458
- if ("vi-base" in args) {
459
- if (lt_config.run_settings.smart_ui != undefined) {
460
- lt_config.run_settings.smart_ui.baseline = args["vi-base"];
461
- } else {
462
- lt_config.run_settings.smart_ui = {};
463
464
- }
465
466
-
467
if ("vi-base" in args) {
468
if (lt_config.run_settings.smart_ui == undefined) {
469
lt_config.run_settings.smart_ui = {};
0 commit comments