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;
|
||||
if (!skipAutodetection) {
|
||||
late final String? parts;
|
||||
String? parts;
|
||||
try {
|
||||
parts = StackTrace.current
|
||||
.toString()
|
||||
|
||||
Reference in New Issue
Block a user