We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f39d1 commit 20b938aCopy full SHA for 20b938a
src/screen.js
@@ -10,7 +10,7 @@ const debug = (element, maxLength, options) =>
10
: logDOM(element, maxLength, options)
11
12
const logTestingPlaygroundURL = (element = getDocument().body) => {
13
- const url = getPlaygroundUrl(element, console.log)
+ const url = getPlaygroundUrl(element)
14
if (url) {
15
console.log(`Open this URL in your browser\n\n${url}`)
16
}
0 commit comments