forked from svrjs/svrjs
Fix the baf38ee353
commit.
This commit is contained in:
parent
baf38ee353
commit
d5c4e9aeaf
1 changed files with 1 additions and 1 deletions
|
@ -141,4 +141,4 @@ function requestHandler(req, res) {
|
|||
// Create HTTP server
|
||||
http.createServer(requestHandler).listen(3000);
|
||||
|
||||
throw wwwrootError;
|
||||
if(wwwrootError) throw wwwrootError;
|
Reference in a new issue