Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module Types Extra #2006

Merged
merged 13 commits into from
Aug 27, 2019
Prev Previous commit
Next Next commit
hmm
  • Loading branch information
guybedford committed Aug 26, 2019
commit 200af08a6be03f3b7f2631558358e7eca259a5e4
1 change: 1 addition & 0 deletions test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ let noBrowserTimeout = setTimeout(function () {
}, 10000);

http.createServer(async function (req, res) {
console.log(req.url);
if (noBrowserTimeout) {
clearTimeout(noBrowserTimeout);
noBrowserTimeout = null;
Expand Down