Skip to content

Commit d595602

Browse files
committed
Merge branch 'main' into dfdv2
2 parents f0099fc + 08a273a commit d595602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm/src/download/downloader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl NavigationDataDownloader {
277277
fn report_error(&self, message: String) {
278278
let borrowed_task = self.task.borrow();
279279
if (*borrowed_task).is_none() {
280-
println!("[NAVIGRAPH] Task is none");
280+
println!("[NAVIGRAPH] Task is none, but an error has been raised: {}", message);
281281
return;
282282
}
283283
let mut borrowed_task = borrowed_task.as_ref().unwrap().borrow_mut();

0 commit comments

Comments
 (0)