Skip to content

Commit cd2dcd8

Browse files
committed
try broken quickstart
1 parent 7f94ad1 commit cd2dcd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ await connection.execute(`
8484
// Fetch data
8585
const statement = await connection.execute("SELECT * FROM users");
8686

87+
await statement.MyNonexistentfetchResult();
88+
8789
// fetch statement result
8890
const { data, meta } = await statement.fetchResult();
8991

0 commit comments

Comments
 (0)