thrownewerrors.HttpError(`Encountered a non-200 status code for Pastebin.com while retrieving a raw paste: ${response.statusCode}`,{type:"statusCode"});
// FIXME: The below logic could lead to an infinite recursion if Pastebin never comes back up
returnqueue.push("fetchPaste",task);
}else{
thrownewerrors.HttpError(`Encountered a non-200 status code for Pastebin.com while retrieving a raw paste: ${response.statusCode}`,{type:"statusCode"});
}
}elseif(response.body.toString().indexOf("Please slow down, you are hitting our servers unnecessarily hard!")===0){