nn
This commit is contained in:
@@ -49,9 +49,7 @@ make sure you have tsx installed globally: `pnpm i -g tsx`
|
|||||||
|
|
||||||
### running CLI locally
|
### running CLI locally
|
||||||
|
|
||||||
|
to test CLI changes without publishing:
|
||||||
|
|
||||||
to test CLI changes without publishing you will also have to kill the relay server first, to have the latest relay server running. any commands using the cli then will restart this relay server.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# mac/linux: kill any existing relay on 19988
|
# mac/linux: kill any existing relay on 19988
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ class ConnectionManager {
|
|||||||
logger.debug('Error handling command:', error)
|
logger.debug('Error handling command:', error)
|
||||||
response.error = error.message
|
response.error = error.message
|
||||||
}
|
}
|
||||||
logger.debug('Sending response:', response)
|
// logger.debug('Sending response:', response)
|
||||||
sendMessage(response)
|
sendMessage(response)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user