diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 82254b0b..3bf642b6 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -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