1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

[AUTO]Update CJS script

Files changed:
M	src/index.js
This commit is contained in:
github-actions[bot]
2024-12-23 12:50:20 +00:00
parent a78b062006
commit bcd0ba8dec

View File

@@ -25,7 +25,7 @@ async function run() {
if (workspaceExists && workspaceNotEmpty) { if (workspaceExists && workspaceNotEmpty) {
// Escaping quotes in the options array // Escaping quotes in the options array
const escapedOptions = options.map((str) => const escapedOptions = options.map((str) =>
str.replace(/(["'])/g, '\\$1'), str.replace(/(["'])/g, "\\$1"),
); );
// Debugging output to check the escaped options // Debugging output to check the escaped options