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 prompt
).catch((error) => { ).catch((error) => {
console.log(error); console.log(error);
return []; return [prompt];
}); });
if (queries.length === 0) { if (queries.length === 0) {