We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae7386 commit 9cbd58fCopy full SHA for 9cbd58f
lib/requests/delete-account-confirm-request.js
@@ -138,7 +138,7 @@ class DeleteAccountConfirmRequest extends AuthRequest {
138
return Promise.resolve().then(() => {
139
this.userStore.deleteUser(user)
140
.then(() => fs.remove(accountDir))
141
- .then(() => debug('Removed user' + user.username))
+ .then(() => debug('Removed user ' + user.username))
142
})
143
}
144
0 commit comments