mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 05:23:44 +08:00
fix:dPrint
This commit is contained in:
parent
5e67211685
commit
010a184921
@ -14,7 +14,7 @@ void dPrint(src) async {
|
|||||||
}
|
}
|
||||||
await _logLock.synchronized(() async {
|
await _logLock.synchronized(() async {
|
||||||
try {
|
try {
|
||||||
_logFile?.writeAsString("$src\n", mode: FileMode.append);
|
await _logFile?.writeAsString("$src\n", mode: FileMode.append);
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user