Skip to content

Commit ee8a370

Browse files
committed
debug
1 parent d6dfbf5 commit ee8a370

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/wol.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ async function waitForHostUp(url, options = {}) {
171171
},
172172
})
173173

174-
const data = res.json()
175-
logger.debug(data)
174+
const data = res.headers
175+
176+
console.log(header)
176177

177178
if (res.ok && !res.headers.get("X-Redirect-Service")) {
178179
return true

0 commit comments

Comments
 (0)