Skip to content

Commit

Permalink
chore: show SQL source on error for CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Oct 20, 2023
1 parent 92b0868 commit b0b86fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pattern/fs-content/mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ Deno.test("migration notebooks", async () => {
ta.assertNotInstanceOf(
edbqr,
SqliteError,
edbqr.message,
edbqr.message + "\n\n" + sql,
);
console.error(sql);
}
});

Expand Down

0 comments on commit b0b86fc

Please sign in to comment.