Fixed a syntax error
This commit is contained in:
parent
1df857ce3a
commit
8463175f62
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Server extends Events{
|
|||
return;
|
||||
}
|
||||
|
||||
if(this.config.unlink){}
|
||||
if(this.config.unlink){
|
||||
fs.unlink(
|
||||
this.path,
|
||||
startServer.bind(this)
|
||||
|
|
Loading…
Reference in a new issue