Skip to content

Commit

Permalink
Merge pull request #151 from ngrok/ngrok/ryan/actual-1.4.0
Browse files Browse the repository at this point in the history
1.4.0
  • Loading branch information
TheConcierge authored Jul 31, 2024
2 parents e123950 + 5b26e8a commit 7ebd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ngrok-tcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http
res.end();
})
.listen(UNIX_SOCKET); // Server object listens on unix socket
console.log("Node.js web server at", UNIX_SOCKET, "is running..");
console.log("Node.js web server at", UNIX_SOCKET, "is running...");

// setup ngrok
const ngrok = require("@ngrok/ngrok");
Expand Down

0 comments on commit 7ebd48e

Please sign in to comment.