Skip to content

Commit 5946bf3

Browse files
jsjoeiocode-asher
andauthored
fixup! refactor: use paths.runtime in socket proxyPipe
Co-authored-by: Asher <[email protected]>
1 parent 0d75efe commit 5946bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/socket.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class SocketProxyProvider {
7676
.then((pipe) => {
7777
this.proxyPipe = pipe
7878
return Promise.all([
79-
fs.mkdir(paths.runtime, { recursive: true }),
79+
fs.mkdir(path.dirname(this.proxyPath), { recursive: true }),
8080
fs.rmdir(this.proxyPipe, { recursive: true }),
8181
])
8282
})

0 commit comments

Comments
 (0)