mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
chore: update CHANGELOG
This commit is contained in:
@@ -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 }),
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user