From 6b430e4fae449c7f8e84070929436eaad61cc5a7 Mon Sep 17 00:00:00 2001 From: maxam2017 Date: Sat, 17 Feb 2024 04:49:43 +0800 Subject: [PATCH] chore: log for success update gist --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index e55f6fc4f..52e61142c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -144,4 +144,6 @@ interface Edge { }, }, }); + + console.log('Success to update the gist 🎉'); })();