We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d75efe commit 5946bf3Copy full SHA for 5946bf3
src/node/socket.ts
@@ -76,7 +76,7 @@ export class SocketProxyProvider {
76
.then((pipe) => {
77
this.proxyPipe = pipe
78
return Promise.all([
79
- fs.mkdir(paths.runtime, { recursive: true }),
+ fs.mkdir(path.dirname(this.proxyPath), { recursive: true }),
80
fs.rmdir(this.proxyPipe, { recursive: true }),
81
])
82
})
0 commit comments