mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-01 14:15:18 +02:00
Update src/agent/commands/queries.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8793b3d905
commit
fe68467e62
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ export const queryList = [
|
|||
return divContent.trim();
|
||||
} catch (error) {
|
||||
console.error("Error fetching or parsing HTML:", error);
|
||||
return `The following error occured: ${error}`
|
||||
return `The following error occurred: ${error}`
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue