mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
fix:dPrint
This commit is contained in:
@ -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 (_) {}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user