8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
$_.receiver(e => {
|
|
log.console(`Got a message: ${json.encode(e)}`)
|
|
|
|
send(e, {
|
|
message: "Good to go."
|
|
})
|
|
})
|