mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
Do not report E_PARSE or E_COMPILE_ERROR crashes
This commit is contained in:
parent
dea4513c34
commit
ba08bfaa45
@ -1898,7 +1898,8 @@ class Server{
|
|||||||
}
|
}
|
||||||
}elseif(\Phar::running(true) == ""){
|
}elseif(\Phar::running(true) == ""){
|
||||||
return;
|
return;
|
||||||
}elseif($dump->getData()["type"] === "E_PARSE" or $dump->getData()["type"] === "E_COMPILE_ERROR"){
|
}
|
||||||
|
if($dump->getData()["type"] === "E_PARSE" or $dump->getData()["type"] === "E_COMPILE_ERROR"){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user