From 92b0868bfab54f77bb8948ba8e660fe38ddb1151 Mon Sep 17 00:00:00 2001 From: "Shahid N. Shah" Date: Fri, 20 Oct 2023 12:34:16 -0400 Subject: [PATCH] chore: show SQL source on error for CICD --- pattern/fs-content/mod_test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/pattern/fs-content/mod_test.ts b/pattern/fs-content/mod_test.ts index 80b3008a..ec03f48d 100644 --- a/pattern/fs-content/mod_test.ts +++ b/pattern/fs-content/mod_test.ts @@ -81,6 +81,7 @@ Deno.test("migration notebooks", async () => { SqliteError, edbqr.message, ); + console.error(sql); } });