Explorar o código

implemented exception behavior

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
8eabb975ce
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      lib/single-file/frame-tree.js

+ 4 - 1
lib/single-file/frame-tree.js

@@ -153,7 +153,10 @@ this.frameTree = this.frameTree || (() => {
 						});
 						docHelper.postProcessDoc(frameDoc, frameWindow, options);
 					} catch (error) {
-						/* ignored */
+						framesData.push({
+							windowId: frameWindowId,
+							processed: true
+						});
 					}
 				}