This commit is contained in:
liuxingbaoyu 2025-05-19 20:02:10 +08:00 committed by GitHub
parent 296e7875bd
commit dc2a152457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ try {
);
}
if (err.message !== 'descriptor value should be 2; object value should be 2') {
if (err.message !== "obj['prop'] descriptor value should be 2; obj['prop'] value should be 2") {
throw new Error('The error thrown did not define the specified message');
}
}