From 9d7c4aa9778630dba7a55ac50bb3cc0cf4dd5f68 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 5 Sep 2024 16:57:24 -0400 Subject: [PATCH] diagnose CI failure --- src/utils/Path.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/Path.ts b/src/utils/Path.ts index d1acd5e..5179958 100644 --- a/src/utils/Path.ts +++ b/src/utils/Path.ts @@ -401,6 +401,7 @@ export default class Path { const txt = await this.read() return parseYaml(txt, { filename: this.string /*improves err msgs*/ }) } catch (err) { + console.error("DSKJFHJDSK", err) err.cause = this.string throw err }