Skip to content

Commit 9128d7d

Browse files
authored
Update index.ts
1 parent 991b6e6 commit 9128d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function executeQueryTable(query: string): Promise<string[]> {
6565
});
6666
chunks.push('\n');
6767
} else {
68-
chunks.push('No results found.\n');
68+
chunks.push('Ok. No results returned.\n');
6969
}
7070
resolve(chunks);
7171
}

0 commit comments

Comments
 (0)