better log
This commit is contained in:
parent
07cfed1282
commit
65d6400826
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ const register = async (alias, pass) => {
|
|||
_currentAlias = alias
|
||||
_currentPass = await mySEA.encrypt(pass, mySecret)
|
||||
} else {
|
||||
throw new Error('unknown error')
|
||||
throw new Error('unknown error, ack: ' + JSON.stringify(ack))
|
||||
}
|
||||
|
||||
// restart instances so write to user graph work, there's an issue with gun
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue