Skip to content

Commit

Permalink
feat: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
fish.yu committed Apr 18, 2024
1 parent dfc1e8f commit aa72aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class Downloader {
console.error('upload image failed:', url, content);
throw new Error('upload image failed:', result);
}
console.log(`upload image success: ${imageName}`);
return result.data.content.html_url;
}

Expand Down

0 comments on commit aa72aa8

Please sign in to comment.