From bb131506e5938f3da376c73c2a1a5c9dc6c6d737 Mon Sep 17 00:00:00 2001 From: stefanji <408776303@qq.com> Date: Sat, 28 Dec 2019 09:02:20 +0800 Subject: [PATCH] update emoji --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 384ab8e..8541a4c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -33,7 +33,7 @@ async function run() { if (config.input_files) { const files = paths(config.input_files) if (files.length == 0) { - console.warn(`⚠️ ${config.input_files} not include valid file.`) + console.warn(`🤔 ${config.input_files} not include valid file.`) } files.forEach(async path => { await upload(gh, rel.upload_url, path);