From d86fcc90ed61d76930b9033587efe0e4e156d4b8 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 13 Apr 2025 02:51:13 -0700 Subject: [PATCH] wip --- bin/cp-snapshot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cp-snapshot.js b/bin/cp-snapshot.js index 920a83aa..1964004a 100644 --- a/bin/cp-snapshot.js +++ b/bin/cp-snapshot.js @@ -76,9 +76,9 @@ exec "$SCRIPT_DIR/${params.packager.executableName}.bin" "--no-sandbox" "$@" await fs.writeFile(executable, loaderScript) await fs.chmod(executable, 0o755) } catch (e) { - console.error('failed to create loader for sandbox fix: ' + e.message, chalk.red) + console.error('failed to create loader for sandbox fix: ' + e.message) throw new Error('Failed to create loader for sandbox fix') } - log('sandbox fix successfully applied', chalk.green) + console.log('sandbox fix successfully applied') } \ No newline at end of file