From c968ebee4b036d6bb68c1846e9fba20c5e655b61 Mon Sep 17 00:00:00 2001 From: naibo Date: Sat, 29 Jul 2023 13:22:08 +0800 Subject: [PATCH] Update flowchart default task name --- ElectronJS/src/taskGrid/FlowChart.html | 2 +- ExecuteStage/.vscode/launch.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronJS/src/taskGrid/FlowChart.html b/ElectronJS/src/taskGrid/FlowChart.html index be79091..066847c 100644 --- a/ElectronJS/src/taskGrid/FlowChart.html +++ b/ElectronJS/src/taskGrid/FlowChart.html @@ -631,7 +631,7 @@ If the expression returns a value greater than 0 or evaluates to True, the opera - + diff --git a/ExecuteStage/.vscode/launch.json b/ExecuteStage/.vscode/launch.json index f080af6..ce6f3fc 100644 --- a/ExecuteStage/.vscode/launch.json +++ b/ExecuteStage/.vscode/launch.json @@ -12,7 +12,7 @@ "justMyCode": false, // "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"] // "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"] - "args": ["--id", "[25]", "--headless", "0", "--user_data", "0", "--keyboard", "0"] + "args": ["--id", "[28]", "--headless", "0", "--user_data", "0", "--keyboard", "0"] } ] } \ No newline at end of file