@@ -153,7 +153,7 @@ function backend_sanity_check_callback() {
try{
if(!xmlhttp.responseXML){
fatalError(3,"[D001, Reply is not XML]: "+xmlhttp.responseText);
fatalError(3,"[D001, Received reply is not XML]: "+xmlhttp.responseText);
return;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.