Archived
1
0

chore: update CHANGELOG

This commit is contained in:
Joe Previte
2021-05-10 16:27:47 -07:00
parent d7f1415290
commit 46fe77d464
4 changed files with 173 additions and 29 deletions

View File

@ -76,7 +76,7 @@ export class SocketProxyProvider {
.then((pipe) => {
this.proxyPipe = pipe
return Promise.all([
fs.mkdir(paths.runtime, { recursive: true }),
fs.mkdir(path.dirname(this.proxyPipe), { recursive: true }),
fs.rmdir(this.proxyPipe, { recursive: true }),
])
})