Fixed a syntax error

This commit is contained in:
Luke Stratman 2017-05-24 13:38:42 -04:00
parent 1df857ce3a
commit 8463175f62
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Server extends Events{
return;
}
if(this.config.unlink){}
if(this.config.unlink){
fs.unlink(
this.path,
startServer.bind(this)