Merge pull request #3074 from overleaf/msm-update-oerror-logger-v3
Update o-error to v3 and logger-sharelatex to v3 GitOrigin-RevId: 5e6386f65b7893949336aa4ff021212aebd98f4a
This commit is contained in:
@@ -60,7 +60,7 @@ async function _addIdentifier(
|
||||
if (err.code === 11000) {
|
||||
throw new Errors.SAMLIdentityExistsError()
|
||||
} else {
|
||||
throw new OError(err)
|
||||
throw OError.tag(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user