Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 666e4c9

Browse files
newcanopiesMinggang Wang
authored andcommitted
Update index.js
Ctrl+C terminate rosbridge node in commanding terminal (minor bug fix)
1 parent fd9ce72 commit 666e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function createConnection(options) {
135135

136136
let wsAddr = options.address || `ws://localhost:${options.port}`;
137137
console.log(`Websocket started on ${wsAddr}`);
138-
// graceful shutdown rosbridge node commanding terminal
138+
// gracefuly shutdown rosbridge node commanding terminal
139139
process.on('SIGINT', () => process.exit(1));
140140
}
141141

0 commit comments

Comments
 (0)