fix(tasks): fix task timestamp update
This commit is contained in:
		
							parent
							
								
									26e91262ed
								
							
						
					
					
						commit
						7bcf0e1b75
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -59,8 +59,8 @@ fn select(menu: **Type.MenuState, button: *Type.ButtonState) void {
 | 
			
		|||
    var buffer_name = std.ArrayList(u8).init(menu.*.opts.ctx.allocator);
 | 
			
		||||
    defer buffer_name.deinit();
 | 
			
		||||
    buffer_name.writer().print("*{s}*", .{task}) catch {};
 | 
			
		||||
    project_manager.add_task(task) catch {};
 | 
			
		||||
    tp.self_pid().send(.{ "cmd", "exit_overlay_mode" }) catch |e| menu.*.opts.ctx.logger.err(module_name, e);
 | 
			
		||||
    tp.self_pid().send(.{ "cmd", "add_task", .{task} }) catch |e| menu.*.opts.ctx.logger.err(module_name, e);
 | 
			
		||||
    tp.self_pid().send(.{ "cmd", "create_scratch_buffer", .{buffer_name.items} }) catch |e| menu.*.opts.ctx.logger.err(module_name, e);
 | 
			
		||||
    tp.self_pid().send(.{ "cmd", "shell_execute_stream", .{task} }) catch |e| menu.*.opts.ctx.logger.err(module_name, e);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue