mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix TypeScript error: ensure all code paths return a value in eachSheet callback
This commit is contained in:
parent
d81f79d86b
commit
27c4e2c5e9
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ export async function extractTextFromXLSX(
|
|||
if (!truncated) {
|
||||
excelText += "\n"
|
||||
}
|
||||
|
||||
return true
|
||||
})
|
||||
|
||||
return excelText.trim()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue