no message

This commit is contained in:
2024-10-08 22:33:49 +03:00
parent 90546fc62e
commit e0974fe4a8
246 changed files with 1170 additions and 849 deletions

View File

@@ -60,7 +60,7 @@ public class Run extends Pass_2021<db_project_info> {
protected void body() throws Exception {
switch (Current.getMachine().type) {
case Local:
if (CommonUtils.isWindows) {
if (CommonUtils.isWindows()) {
subpass = passes.get(PassCode_2021.WindowsLocalRun);
} else
subpass = passes.get(PassCode_2021.LinuxLocalRun);