diff --git a/wavesrv/pkg/remote/remote.go b/wavesrv/pkg/remote/remote.go index dbb6d357..7b69f308 100644 --- a/wavesrv/pkg/remote/remote.go +++ b/wavesrv/pkg/remote/remote.go @@ -3041,6 +3041,8 @@ func (msh *MShellProc) GetDisplayName() string { return rcopy.GetName() } +func (msh *MShellProc) RunPathExists(ctx context.Context) + // Identify the screen for a given CommandKey and push the given status indicator update for that screen func pushStatusIndicatorUpdate(ck *base.CommandKey, level sstore.StatusIndicatorLevel) { screenId := ck.GetGroupId()