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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.config.unlink){}
|
if(this.config.unlink){
|
||||||
fs.unlink(
|
fs.unlink(
|
||||||
this.path,
|
this.path,
|
||||||
startServer.bind(this)
|
startServer.bind(this)
|
||||||
|
|
Loading…
Reference in a new issue