Skip to content

Commit e8b810c

Browse files
committed
test
1 parent 415f69c commit e8b810c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function startProcessing(req, res) {
204204
? await trySendWakeupPackets(hosts, ENV.wolURL)
205205
: null
206206

207-
logger.debug(wolResult)
207+
logger.debug(JSON.stringify(wolResult))
208208

209209
return res.json({
210210
test: "HELLO",

0 commit comments

Comments
 (0)