We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991b6e6 commit 9128d7dCopy full SHA for 9128d7d
src/index.ts
@@ -65,7 +65,7 @@ async function executeQueryTable(query: string): Promise<string[]> {
65
});
66
chunks.push('\n');
67
} else {
68
- chunks.push('No results found.\n');
+ chunks.push('Ok. No results returned.\n');
69
}
70
resolve(chunks);
71
0 commit comments