1
0
Fork 0

Return the correct message

refactor/models
Bsian 2020-05-12 16:24:06 +01:00
parent a1bd340d98
commit e523e277e7
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default class Pull extends Command {
updatedPackages = await updateMessage.edit(updatedMessage);
} else {
const updatedMessage = passedPull.content.replace(`${this.client.stores.emojis.loading} ***Reinstalling dependencies...***`, `${this.client.stores.emojis.error} ***Unexpected yarn install output***\n`
+ `\`\`\`\n${pull}\n\`\`\``);
+ `\`\`\`\n${install}\n\`\`\``);
this.client.updating = false;
return updateMessage.edit(updatedMessage);
}