Skip to content

Commit 666e4c9

Browse files
newcanopiesMinggang Wang
authored and
Minggang Wang
committed
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

+1-1
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)