Compare commits
No commits in common. "43c6514cd663feb9d0d2449bb621291ecc3e3cb6" and "3ef51454cdcf8ab64f53acea9ab08416530dfa41" have entirely different histories.
43c6514cd6
...
3ef51454cd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
from.send(.{ file.pos.row + 1, file.pos.col + 1 }) catch return error.ClientFailed;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
from.send(.{"none"}) catch return error.ClientFailed;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn request_tasks(self: *Self, from: tp.pid_ref) ClientError!void {
|
pub fn request_tasks(self: *Self, from: tp.pid_ref) ClientError!void {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue