From c999bc6de54160518fd440665981d1bdbb3a98bf Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Mon, 23 Dec 2024 14:02:29 +0100 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 8636d29..d7bb4e9 100644 --- a/src/index.js +++ b/src/index.js @@ -25,7 +25,7 @@ async function run() { if (workspaceExists && workspaceNotEmpty) { // Escaping quotes in the options array const escapedOptions = options.map((str) => - str.replace(/(["'])/g, '$1')); + str.replace(/(["'])/g, '$1')) ); execFile(