mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-09-15 10:10:30 +00:00
update onError in definition.lua
This commit is contained in:
parent
f1e83d5240
commit
0042c7697d
1 changed files with 2 additions and 1 deletions
|
@ -557,7 +557,8 @@ function OnHttpRequest() end
|
||||||
---
|
---
|
||||||
---@param status uint16
|
---@param status uint16
|
||||||
---@param message string
|
---@param message string
|
||||||
function OnError(status, message) end
|
---@param details string
|
||||||
|
function OnError(status, message, details) end
|
||||||
|
|
||||||
--- Hooks client connection creation.
|
--- Hooks client connection creation.
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue