Skip to content
Snippets Groups Projects
Commit 19acfbec authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

resolve_host("") actually returns a string on Windows

at least, "vert.search.charter.net" in my case
parent 42db53c8
No related branches found
No related tags found
No related merge requests found
Pipeline #7931 passed
......@@ -50,7 +50,7 @@ var type = {
'readln(0)' : 'undefined',
'random()' : 'number',
'rmdir("")' : 'boolean',
'resolve_host("")' : 'object', // null
'resolve_host(0)' : 'object', // null
'resolve_ip("")' : 'object', // null
'rot13_translate("")' : 'string',
'sha1_calc("")' : 'string',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment