Compare commits

..

No commits in common. "43c6514cd663feb9d0d2449bb621291ecc3e3cb6" and "3ef51454cdcf8ab64f53acea9ab08416530dfa41" have entirely different histories.

View file

@ -421,7 +421,6 @@ pub fn get_mru_position(self: *Self, from: tp.pid_ref, file_path: []const u8) Cl
from.send(.{ file.pos.row + 1, file.pos.col + 1 }) catch return error.ClientFailed;
return;
}
from.send(.{"none"}) catch return error.ClientFailed;
}
pub fn request_tasks(self: *Self, from: tp.pid_ref) ClientError!void {