add log to input
This commit is contained in:
parent
4a2bb35703
commit
59c4c94ac9
|
@ -109,6 +109,7 @@ export function kill () {
|
||||||
|
|
||||||
// sends text into ludus (status: not working)
|
// sends text into ludus (status: not working)
|
||||||
export function input (text) {
|
export function input (text) {
|
||||||
|
console.log("Main: calling `input` with ", text)
|
||||||
outbox.push({verb: "Input", data: text})
|
outbox.push({verb: "Input", data: text})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user