mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
Fixed late initialized value in logging service
This commit is contained in:
@@ -179,7 +179,7 @@ class ArcaneLogger {
|
|||||||
|
|
||||||
String? filenameAndLineNumber;
|
String? filenameAndLineNumber;
|
||||||
if (!skipAutodetection) {
|
if (!skipAutodetection) {
|
||||||
late final String? parts;
|
String? parts;
|
||||||
try {
|
try {
|
||||||
parts = StackTrace.current
|
parts = StackTrace.current
|
||||||
.toString()
|
.toString()
|
||||||
|
|||||||
Reference in New Issue
Block a user