From 439b3710ccde36c693a2d03d469abf8b3cf80a6f Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 29 Mar 2026 13:40:39 +0300 Subject: [PATCH] fix: bin: currify --- bin/cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index 265d05ab..bdf88379 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -323,7 +323,7 @@ async function help() { }); const {default: forEachKey} = await import('for-each-key'); - const {currify} = await import('currify'); + const {default: currify} = await import('currify'); const usage = 'Usage: cloudcmd [options]'; const url = Info.homepage;