npm package diff

Package: @forge/cli-shared

Versions: 8.9.0-next.6 - 8.9.0-next.7

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1026,9 +1026,9 @@
         debuggerPort: 'starting port to use for debugging, multiple handlers will get subsequent ports. It is only used for Node runtime debugger',
         functionHandlers: 'list of function handlers declared on manifest to debug, separated by space. This option must be specified if debug mode is enabled.  It is only used for Node runtime debugger',
         preamble: 'Tunnel redirects requests you make to your local machine. This occurs for any Atlassian site where your app is installed in the specific development environment. You will not see requests from other users.',
         startingTunnel: (environmentKey, envType) => `Tunnelling to: ${exports.Text.env.displayEnvironment(environmentKey, envType)}`,
-        startedServer: (port, isDebug) => `Listening for requests${isDebug ? ' on local port ' + port : ''}...`,
+        startedServer: (port) => `Listening for requests on local port ${port}...`,
         selfManagedTunnel: (tunnelUrl, port) => `Warning: You are currently using a self-managed tunnel. Please bind your tunnel (${tunnelUrl}) to the local host on port ${port}.`,
         startedTunnel: (tunnelUrl) => `Started tunnel at address: ${tunnelUrl}.`,
         stoppingTunnel: 'Stopping tunnel...',
         stoppedTunnel: 'Tunnel stopped.',