mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-25 21:26:50 +08:00
Update error log
This commit is contained in:
@@ -183,7 +183,7 @@ class TaskManager {
|
||||
_channel?.sink.add("{\"type\":\"pong\"}");
|
||||
}
|
||||
} catch (e) {
|
||||
_log.warning("Error processing task message: $e");
|
||||
_log.warning("Error processing task message: $e, event: $event");
|
||||
}
|
||||
}, onError: (e) {
|
||||
_log.warning("Task websocket error: $e");
|
||||
|
||||
Reference in New Issue
Block a user