mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Merge 'stable' into 'minor-next'
Automatic merge performed by: https://github.com/pmmp/RestrictedActions/actions/runs/12487960388
This commit is contained in:
@ -490,7 +490,7 @@ final class Utils{
|
||||
$rawFrame = $rawTrace[$frameId];
|
||||
$safeTrace[$frameId] = new ThreadCrashInfoFrame(
|
||||
$printableFrame,
|
||||
$rawFrame["file"] ?? "unknown",
|
||||
$rawFrame["file"] ?? null,
|
||||
$rawFrame["line"] ?? 0
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user