You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en-us/script.lua
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ DIAG_NOT_YIELDABLE =
96
96
'The {}th parameter of this function was not marked as yieldable, but an async function was passed in. (Use `---@param name async fun()` to mark as yieldable)'
97
97
DIAG_DISCARD_RETURNS=
98
98
'The return values of this function cannot be discarded.'
Copy file name to clipboardExpand all lines: locale/pt-br/script.lua
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,8 @@ DIAG_NOT_YIELDABLE = -- TODO: need translate!
96
96
'The {}th parameter of this function was not marked as yieldable, but an async function was passed in. (Use `---@param name async fun()` to mark as yieldable)'
97
97
DIAG_DISCARD_RETURNS=-- TODO: need translate!
98
98
'The return values of this function cannot be discarded.'
0 commit comments