mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-27 13:13:17 +00:00
Add type check for http.checkURL
This commit is contained in:
parent
56d8a5d585
commit
82ca19c296
@ -681,6 +681,7 @@ if http then
|
|||||||
local nativeCheckURL = http.checkURL
|
local nativeCheckURL = http.checkURL
|
||||||
http.checkURLAsync = nativeCheckURL
|
http.checkURLAsync = nativeCheckURL
|
||||||
http.checkURL = function(_url)
|
http.checkURL = function(_url)
|
||||||
|
expect(1, _url, "string")
|
||||||
local ok, err = nativeCheckURL(_url)
|
local ok, err = nativeCheckURL(_url)
|
||||||
if not ok then return ok, err end
|
if not ok then return ok, err end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user