소스 검색

return options

Former-commit-id: b8b074015686376d640c2f2ae625ca9274c88d8a
Gildas 6 년 전
부모
커밋
18c8124aa2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;