diff options
Diffstat (limited to 'lua/mason-core/result.lua')
| -rw-r--r-- | lua/mason-core/result.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/result.lua b/lua/mason-core/result.lua index 0a615b8f..f2efd36a 100644 --- a/lua/mason-core/result.lua +++ b/lua/mason-core/result.lua @@ -40,7 +40,7 @@ function Result:get_or_else(value) end end ----@param exception any: (optional) The exception to throw if the result is a failure. +---@param exception any? The exception to throw if the result is a failure. function Result:get_or_throw(exception) if self:is_success() then return self.value |
