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 a9419a0 commit 92b0868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pattern/fs-content/mod_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Deno.test("migration notebooks", async () => {
SqliteError,
edbqr.message,
);
console.error(sql);
}
});

Expand Down

0 comments on commit 92b0868

Please sign in to comment.