Skip to content

Commit

Permalink
chore: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed May 1, 2024
1 parent e1b4c41 commit d874322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nio/tasks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local format_error = function(message, traceback)
return string.format(
"The coroutine failed with this message: %s\n%s",
type(message) == "string" and vim.startswith(traceback, message) and ""
or ("\n" .. tostring(message)),
or ("\n" .. tostring(message)),
traceback
)
end
Expand Down

0 comments on commit d874322

Please sign in to comment.