Преглед на файлове

implemented exception behavior

Gildas преди 7 години
родител
ревизия
8eabb975ce
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  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
+						});
 					}
 				}