remove json as a global
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
test_send: function() {
|
||||
$_.start(e => {
|
||||
send(e.actor, { message: "Hello! Good to go?" }, msg => {
|
||||
log.console(`Original sender got message back: ${json.encode(msg)}. Stopping!`)
|
||||
log.console(`Original sender got message back: ${msg}. Stopping!`)
|
||||
// $_.stop() // Removed
|
||||
})
|
||||
}, "tests/reply_actor")
|
||||
|
||||
Reference in New Issue
Block a user