Ver Fonte

return empty object as API

Gildas há 6 anos atrás
pai
commit
68bd32e045
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {};
 
 })();