This commit is contained in:
Timothy Jaeryang Baek 2024-11-19 02:26:12 -08:00
parent dbb67a12ca
commit d2a462a3ad

View File

@ -2054,7 +2054,7 @@
prompt
).catch((error) => {
console.log(error);
return [];
return [prompt];
});
if (queries.length === 0) {