mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-21 02:44:03 +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];
|
$rawFrame = $rawTrace[$frameId];
|
||||||
$safeTrace[$frameId] = new ThreadCrashInfoFrame(
|
$safeTrace[$frameId] = new ThreadCrashInfoFrame(
|
||||||
$printableFrame,
|
$printableFrame,
|
||||||
$rawFrame["file"] ?? "unknown",
|
$rawFrame["file"] ?? null,
|
||||||
$rawFrame["line"] ?? 0
|
$rawFrame["line"] ?? 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user