Skip to content

Commit 5231d3d

Browse files
committed
fixup! crypto: add internal error codes
1 parent ebe4cc2 commit 5231d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_util.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
209209
error_string = "No error";
210210
break;
211211
}
212-
errors.emplace_back(SPrintF(error_string,
212+
errors_.emplace_back(SPrintF(error_string,
213213
std::forward<Args>(args)...));
214214
}
215215

0 commit comments

Comments
 (0)