Răsfoiți Sursa

fixed issue when trying to save again the same page

Gildas 6 ani în urmă
părinte
comite
a4026aa320
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      extension/core/bg/downloads.js

+ 1 - 0
extension/core/bg/downloads.js

@@ -87,6 +87,7 @@ singlefile.extension.core.bg.downloads = (() => {
 			if (options.autoClose) {
 				singlefile.extension.core.bg.tabs.remove(sender.tab.id);
 			}
+			return {};
 		}
 	}