Răsfoiți Sursa

return options

Gildas 6 ani în urmă
părinte
comite
b8b0740156
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      lib/index.js

+ 1 - 0
lib/index.js

@@ -48,6 +48,7 @@ this.singlefile = this.singlefile || {
 			[options.frames] = await Promise.all(preInitializationPromises);
 			options.doc = doc;
 			options.win = win;
+			return options;
 		},
 		getPageData: async function (options = {}, classOptions) {
 			options.insertSingleFileComment = true;