We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662dc69 commit 08a273aCopy full SHA for 08a273a
src/wasm/src/download/downloader.rs
@@ -254,7 +254,7 @@ impl NavigationDataDownloader {
254
fn report_error(&self, message: String) {
255
let borrowed_task = self.task.borrow();
256
if (*borrowed_task).is_none() {
257
- println!("[NAVIGRAPH] Task is none");
+ println!("[NAVIGRAPH] Task is none, but an error has been raised: {}", message);
258
return;
259
}
260
let mut borrowed_task = borrowed_task.as_ref().unwrap().borrow_mut();
0 commit comments