no message

This commit is contained in:
2023-12-03 23:19:27 +03:00
parent 12a6a1f076
commit 39ee78da3d
15 changed files with 16 additions and 1215 deletions

View File

@@ -1,5 +1,6 @@
package Visual_DVM_2021.Passes.All;
import Common.Current;
import Common.UI.UI;
import Common.Utils.Utils;
import GlobalData.RemoteFile.RemoteFile;
import Visual_DVM_2021.Passes.SSH.CurrentConnectionPass;
@@ -62,6 +63,7 @@ public class RemoteInitialiseUser extends CurrentConnectionPass<String> {
Files.copy(i, local_p.toPath(), StandardCopyOption.REPLACE_EXISTING);
putSingleFile(local_p.getAbsolutePath(), p);
}
UI.Info("+");
//-------------------------------------
ShowMessage1("Сборка модулей...");
//канал на исполнение независим, поэтому переход в папку отдельный