From 9f2be019d559b61164521d5ef54aceca2553dca7 Mon Sep 17 00:00:00 2001 From: carsonxu <459452372@qq.com> Date: Tue, 8 Dec 2020 18:37:26 +0800 Subject: [PATCH] Update watcher.js --- test/watcher.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/watcher.js b/test/watcher.js index e61b707..656db6c 100644 --- a/test/watcher.js +++ b/test/watcher.js @@ -32,10 +32,10 @@ puppeteer.launch({ browser.close() } else { - console.log(msg) + console.log(msg.text()) } }); page.goto(`http://127.0.0.1:3000/test`); }) -}); \ No newline at end of file +});