Commit 56945b57 authored by nanahira's avatar nanahira

fix

parent f2ae1693
Pipeline #19433 passed with stages
in 2 minutes and 15 seconds
......@@ -90,6 +90,9 @@ export class FeedbackService extends CrudService(Feedback) {
let choice = 0;
while (true) {
const input = await session.prompt();
if (!input) {
return;
}
if (this.botService.isBuiltinCommand(input)) {
return session.execute(input);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment