Skip to content

Commit

Permalink
add the note about backward behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Feb 20, 2025
1 parent a03e6a2 commit c689dd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/octo/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1334,10 +1334,12 @@ local change_to_ready = function(opts)
undo = opts.undo,
opts = {
cb = gh.create_callback {
success = function(output)
-- There seems to be something wrong with the CLI output. It comes back as stderr
failure = function(output)
utils.info(output)
writers.write_state(bufnr)
end,
success = utils.error,
},
},
}
Expand Down

0 comments on commit c689dd5

Please sign in to comment.