Skip to content

Commit 7f02068

Browse files
committed
sync CLI message style
1 parent 199e192 commit 7f02068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async function proxy() {
128128
// Executes when the connection is successfully established.
129129
socket.addEventListener("open", (event) => {
130130
console.log(
131-
`proxying requests from tunnel ${tunnelURLStr} to target ${targetURLStr}`
131+
`Proxying requests from tunnel ${tunnelURLStr} to target ${targetURLStr}`
132132
);
133133
});
134134

0 commit comments

Comments
 (0)