mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
All: Added more logging for resource fetching to try to debug issue
This commit is contained in:
parent
76c8f777ca
commit
8036923aca
@ -131,6 +131,7 @@ class ResourceFetcher extends BaseService {
|
||||
}
|
||||
|
||||
delete this.fetchingItems_[resource.id];
|
||||
this.logger().debug(`ResourceFetcher: Removed from fetchingItems: ${resource.id}. New: ${JSON.stringify(this.fetchingItems_)}`);
|
||||
this.scheduleQueueProcess();
|
||||
|
||||
// Note: This downloadComplete event is not really right or useful because the resource
|
||||
|
Loading…
x
Reference in New Issue
Block a user