mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-05 17:31:03 +00:00
Update console.html
This commit is contained in:
parent
2ddef30daf
commit
660cfb3818
|
@ -194,6 +194,7 @@
|
||||||
term.echo();
|
term.echo();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// method(relay_web_search)
|
// method(relay_web_search)
|
||||||
|
@ -227,7 +228,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
term.echo('');
|
term.echo('');
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// print a response
|
||||||
|
term.echo(text);
|
||||||
},
|
},
|
||||||
error: function(xhr, status, error) {
|
error: function(xhr, status, error) {
|
||||||
term.echo(error);
|
term.echo(error);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user