Fixed a syntax error

This commit is contained in:
Luke Stratman 2017-05-24 13:38:42 -04:00
parent 1df857ce3a
commit 8463175f62

View file

@ -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)