Skip to content

Commit bc296e7

Browse files
committed
fix: new mutaionObserver init function
1 parent 102167c commit bc296e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ export function getElementPath(element, returnContext) {
234234
// path.unshift(cssPath(iframeElement))
235235
// }
236236
}
237+
237238
export function logger(level = "all") {
238239
if (!['all', 'error', 'warn', 'log', 'off'].includes(level))
239240
throw new Error('level must be one of all, error, warn, log or off')

0 commit comments

Comments
 (0)