about summary refs log tree commit diff
path: root/users/Profpatsch/lyric/extension/src/extension.ts
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/lyric/extension/src/extension.ts')
-rw-r--r--users/Profpatsch/lyric/extension/src/extension.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/lyric/extension/src/extension.ts b/users/Profpatsch/lyric/extension/src/extension.ts
index 417dc42e1851..35f76f3fe0b4 100644
--- a/users/Profpatsch/lyric/extension/src/extension.ts
+++ b/users/Profpatsch/lyric/extension/src/extension.ts
@@ -533,8 +533,10 @@ async function uploadToLrclibDotNet() {
 
   if (res) {
     vscode.window.showInformationMessage('Lyrics successfully uploaded.');
+    channel_global.appendLine('Lyrics successfully uploaded.');
   } else {
     vscode.window.showErrorMessage('Failed to upload lyrics.');
+    channel_global.appendLine('Failed to upload lyrics.');
   }
 }