forked from svrjs/svrjs
Add "throw wwwrootError", for now.
This commit is contained in:
parent
be33f83ed1
commit
baf38ee353
1 changed files with 2 additions and 0 deletions
|
@ -140,3 +140,5 @@ function requestHandler(req, res) {
|
|||
|
||||
// Create HTTP server
|
||||
http.createServer(requestHandler).listen(3000);
|
||||
|
||||
throw wwwrootError;
|
Reference in a new issue