mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 23:50:03 +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
|
end
|
||||||
|
|
||||||
-- Build a reasonable message
|
-- 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,
|
err,
|
||||||
self._source
|
self._source
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue