mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
fix capitalization
This commit is contained in:
parent
fc134adb73
commit
1ad5ab8b3e
1 changed files with 1 additions and 1 deletions
|
@ -1167,7 +1167,7 @@ function Promise.prototype:_reject(...)
|
|||
end
|
||||
|
||||
-- Build a reasonable message
|
||||
local message = ("Unhandled promise rejection:\n\n%s\n\n%s"):format(
|
||||
local message = ("Unhandled Promise rejection:\n\n%s\n\n%s"):format(
|
||||
err,
|
||||
self._source
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue