From c1ab95506b808e4aa0c289a8eb0f3b3f0e00e379 Mon Sep 17 00:00:00 2001 From: Caven Chen Date: Tue, 22 Oct 2024 16:51:06 +0800 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5a5a4645..7a3193a4 100644 --- a/src/index.js +++ b/src/index.js @@ -30,7 +30,7 @@ export function ready(options = {}) { if (__isInitialized) { return Promise.resolve() } - // __cmdOut && __cmdOut() + __cmdOut && __cmdOut() if (options['baseUrl']) { this.config.baseUrl = options['baseUrl'] }