فهرست منبع

fixed issue when trying to save again the same page

Former-commit-id: a4026aa320c981103eb1d2c795f5abc8027eda6c
Gildas 6 سال پیش
والد
کامیت
8f8d1ed9f2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 {};
 		}
 	}