You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spiderLinks function is supposed to be asynchronous, but it seems that the callback will be executed synchronously in case utilities.getPageLinks(currentUrl, body) returns an empty array.
The text was updated successfully, but these errors were encountered:
The
spiderLinks
function is supposed to be asynchronous, but it seems that thecallback
will be executed synchronously in caseutilities.getPageLinks(currentUrl, body)
returns an empty array.The text was updated successfully, but these errors were encountered: