Skip to content

Commit

Permalink
Update watcher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Dec 8, 2020
1 parent a1932b4 commit 9f2be01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
})
});
});

0 comments on commit 9f2be01

Please sign in to comment.