mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
395e4c26a1
@ -172,6 +172,10 @@ function afterConfigLoad() {
|
||||
webServer = http.createServer(app);
|
||||
}
|
||||
|
||||
if (addr.path) {
|
||||
fs.unlinkSync(addr.path);
|
||||
}
|
||||
|
||||
webServer
|
||||
.listen(addr.port || addr.path, addr.host)
|
||||
.on('error', function(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user