You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context.setProgress('Uploading…'); should be placed above await Fanfou.upload(token, filePath);. Don't show status until you're actually doing the thing you describe.
You don't have to try/catch here. We catch any error from plugins and display a notification.
default: 'Your consumer key', is incorrect. That is not a default value. You should instead use the description key for this: description: 'Your consumer key',.
The useNofanConfig config needs a description key with a description of what it actually that. It's not clear from the title.
The text was updated successfully, but these errors were encountered:
context.setProgress('Uploading…');
should be placed aboveawait Fanfou.upload(token, filePath);
. Don't show status until you're actually doing the thing you describe.default: 'Your consumer key',
is incorrect. That is not a default value. You should instead use thedescription
key for this:description: 'Your consumer key',
.useNofanConfig
config needs adescription
key with a description of what it actually that. It's not clear from the title.The text was updated successfully, but these errors were encountered: