From 6dce067802e1306635bbd416db56a8d22e5c3d05 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:32:06 -0600 Subject: [PATCH] test_3 --- action.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/action.js b/action.js index 4992b3f..5eeb95e 100644 --- a/action.js +++ b/action.js @@ -40,9 +40,11 @@ readdirSync(".") encoding: "utf8", }); - execSync(`ls`, { - encoding: "utf8", - }); + console.log( + execSync(`ls`, { + encoding: "utf8", + }), + ); // Add module files to repo await sendFile(modInitPath, new ArrayBuffer(0));