Skip to content

Commit 75f4d96

Browse files
committed
fixup: formatting
1 parent a21e454 commit 75f4d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const listen = async (server: http.Server, { host, port, socket, "socket-
4646
}
4747
})
4848

49-
// NOTE@jsjoeio: we need to chmod after the server is finished
49+
// NOTE@jsjoeio: we need to chmod after the server is finished
5050
// listening. Otherwise, teh socket may not have been created yet.
5151
if (socket && mode) {
5252
await fs.chmod(socket, mode).catch((err) => {

0 commit comments

Comments
 (0)