From 20263e89e7318462298ed135a6ae74af0d3ae1ee Mon Sep 17 00:00:00 2001 From: Tw93 Date: Wed, 20 Aug 2025 16:36:07 +0800 Subject: [PATCH] :bug: add message log --- script/build_with_pake_cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build_with_pake_cli.js b/script/build_with_pake_cli.js index 51b510d..9539ce1 100644 --- a/script/build_with_pake_cli.js +++ b/script/build_with_pake_cli.js @@ -73,6 +73,7 @@ const main = async () => { } console.log("Pake parameters:", params.join(" ")); + console.log("Expected app name:", process.env.NAME); console.log("Compiling...."); // Execute the CLI command with extended timeout