mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 18:43:43 +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 {
|
||||
try {
|
||||
_logFile?.writeAsString("$src\n", mode: FileMode.append);
|
||||
await _logFile?.writeAsString("$src\n", mode: FileMode.append);
|
||||
} catch (_) {}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user