diff --git a/src/index.ts b/src/index.ts index 2cfc1ab..2dcf064 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,7 +65,7 @@ async function executeQueryTable(query: string): Promise { }); chunks.push('\n'); } else { - chunks.push('No results found.\n'); + chunks.push('Ok. No results returned.\n'); } resolve(chunks); }