Skip to content

Commit 08a273a

Browse files
committed
chore: add extra logging info
1 parent 662dc69 commit 08a273a

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
@@ -254,7 +254,7 @@ impl NavigationDataDownloader {
254254
fn report_error(&self, message: String) {
255255
let borrowed_task = self.task.borrow();
256256
if (*borrowed_task).is_none() {
257-
println!("[NAVIGRAPH] Task is none");
257+
println!("[NAVIGRAPH] Task is none, but an error has been raised: {}", message);
258258
return;
259259
}
260260
let mut borrowed_task = borrowed_task.as_ref().unwrap().borrow_mut();

0 commit comments

Comments
 (0)