We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a729887 commit 3bdabb3Copy full SHA for 3bdabb3
src/commander/ping.ts
@@ -29,7 +29,7 @@ command
29
}
30
} catch (error: any) {
31
// Handle any errors during the HTTP request
32
- console.error('SmartUI server is not running ', error.message);
+ console.error('SmartUI server is not running', error.message);
33
34
});
35
0 commit comments