viza 1.9.15 → 1.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -142,7 +142,7 @@ export async function dispatchIntentAndWait(input, opts = {}) {
|
|
|
142
142
|
// Show dispatch timestamp for log correlation
|
|
143
143
|
const now = new Date();
|
|
144
144
|
const ts = now.toISOString().replace("T", " ").slice(0, 16);
|
|
145
|
-
console.log(chalk.dim(`\n🕒 Dispatch at
|
|
145
|
+
console.log(chalk.dim(`\n🕒 Dispatch at `), chalk.yellow(`${ts}`), `\n`);
|
|
146
146
|
// 1. Khởi tạo các Promise nhưng CHƯA await ngay
|
|
147
147
|
const updateCheckPromise = checkForCliUpdateSoft().catch(() => null);
|
|
148
148
|
const spinner = startSpinner("Waiting for dispatch session");
|