Closed PEZ closed 1 year ago
Add a setting joyride.nReplHostAddress with a default of "127.0.0.1".
joyride.nReplHostAddress
"127.0.0.1"
Fixes #102
The error handling is a bit lacking. Not sure how it is supposed to be done. But I added a listener for the error event and also sanity check the host address provided.
error
Thanks! Updated with your feedback.
Add a setting
joyride.nReplHostAddress
with a default of"127.0.0.1"
.Fixes #102
The error handling is a bit lacking. Not sure how it is supposed to be done. But I added a listener for the
error
event and also sanity check the host address provided.