From 50bf8ec0a7318412dc7fc0420db8661baf9bfcfb Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sat, 17 Aug 2024 10:56:25 -0400 Subject: [PATCH] log prefix --- test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test.js b/test.js index 76a3754..18b9f07 100644 --- a/test.js +++ b/test.js @@ -21,6 +21,7 @@ describe('prefix', () => { }); it('should resolve the path to the global prefix', () => { + console.log(prefix); assert(fs.existsSync(prefix)); }); });