Skip to content

Commit 3bdabb3

Browse files
code clean up 2
1 parent a729887 commit 3bdabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commander/ping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ command
2929
}
3030
} catch (error: any) {
3131
// Handle any errors during the HTTP request
32-
console.error('SmartUI server is not running ', error.message);
32+
console.error('SmartUI server is not running', error.message);
3333
}
3434
});
3535

0 commit comments

Comments
 (0)