mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-21 15:40:37 -04:00
incremental chat state work
This commit is contained in:
parent
83880d79ba
commit
47287ba8d4
7 changed files with 70 additions and 30 deletions
|
@ -112,9 +112,9 @@ class CallbackPrinter extends LoggyPrinter {
|
|||
@override
|
||||
void onLog(LogRecord record) {
|
||||
final out = record.pretty();
|
||||
if (isDesktop) {
|
||||
debugPrintSynchronously(out);
|
||||
}
|
||||
//if (isDesktop) {
|
||||
debugPrintSynchronously(out);
|
||||
//}
|
||||
globalDebugTerminal.write('$out\n'.replaceAll('\n', '\r\n'));
|
||||
callback?.call(record);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue