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.
2 parents f0099fc + 08a273a commit d595602Copy full SHA for d595602
src/wasm/src/download/downloader.rs
@@ -277,7 +277,7 @@ impl NavigationDataDownloader {
277
fn report_error(&self, message: String) {
278
let borrowed_task = self.task.borrow();
279
if (*borrowed_task).is_none() {
280
- println!("[NAVIGRAPH] Task is none");
+ println!("[NAVIGRAPH] Task is none, but an error has been raised: {}", message);
281
return;
282
}
283
let mut borrowed_task = borrowed_task.as_ref().unwrap().borrow_mut();
0 commit comments