From 5b26e8a07851c23247f6f9a93bb6cfe6dc62f5a8 Mon Sep 17 00:00:00 2001 From: Ryan Grant Date: Wed, 31 Jul 2024 14:50:15 -0700 Subject: [PATCH] 1.4.0 --- examples/ngrok-tcp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ngrok-tcp.js b/examples/ngrok-tcp.js index 0a32eb3..0e5aae6 100644 --- a/examples/ngrok-tcp.js +++ b/examples/ngrok-tcp.js @@ -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");