Skip to content

Commit bce05ce

Browse files
debug
1 parent 4450e7d commit bce05ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/documentation/templates/page.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ const updateWidth = () => {
240240
try {
241241
dcmnt.querySelector('.main').style.width =(null);
242242
dcmnt.querySelector('.main').style.width = `${dcmnt.querySelector('.main').offsetWidth - 10}px`
243-
} catch (err_) {}
243+
} catch (err_) {
244+
console.warn(err_)
245+
}
244246
}
245247
};
246248
updateMinHeight();updateWidth();

0 commit comments

Comments
 (0)