瀏覽代碼

return empty object as API

Gildas 6 年之前
父節點
當前提交
68bd32e045
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/lazy/bg/lazy-timeout.js

+ 1 - 0
lib/lazy/bg/lazy-timeout.js

@@ -36,5 +36,6 @@ singlefile.lib.lazy.bg.main = (() => {
 			clearTimeout(message.id);
 		}
 	});
+	return {};
 
 })();