Explorar o código

fixed issue when trying to save again the same page

Gildas %!s(int64=6) %!d(string=hai) anos
pai
achega
a4026aa320
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {};
 		}
 	}