fix: parse packaged telemetry sync defaults correctly

This commit is contained in:
YeonGyu-Kim
2026-05-31 00:26:10 +09:00
parent 7c979f894d
commit a0bea3a415
2 changed files with 25 additions and 3 deletions
@@ -71,8 +71,6 @@ function isNodeError(error) {
function parseArgs(args) {
const parsed = {
check: false,
sourceDir: DEFAULT_SOURCE_DIR,
componentDir: DEFAULT_COMPONENT_DIR,
};
for (let index = 0; index < args.length; index += 1) {
const arg = args[index];