gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
208 stars 26 forks source link

Maybe it would be easier to not experiment with awaits? #203

Open hkmaly opened 1 year ago

hkmaly commented 1 year ago

Seems to solve #159.

Frankly, most likely the actual error is that it should be current[HISTORY_KEY] instead of current.history, but maybe it would be safer to get rid of those awaits as well.