mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-19 15:35:52 +00:00
Fixed crashes containing PHP internal stack frames being flagged as plugin-caused
This commit is contained in:
parent
506cfe0362
commit
81e3730b99
@ -490,7 +490,7 @@ final class Utils{
|
||||
$rawFrame = $rawTrace[$frameId];
|
||||
$safeTrace[$frameId] = new ThreadCrashInfoFrame(
|
||||
$printableFrame,
|
||||
$rawFrame["file"] ?? "unknown",
|
||||
$rawFrame["file"] ?? null,
|
||||
$rawFrame["line"] ?? 0
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user