fix: wrong helper version (#12694)

This commit is contained in:
Federico Ciardi 2021-01-26 18:48:38 +01:00 committed by GitHub
parent 5a020b24b7
commit f7f0560bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -875,7 +875,7 @@ helpers.readOnlyError = helper("7.0.0-beta.0")`
} }
`; `;
helpers.writeOnlyError = helper("7.12.12")` helpers.writeOnlyError = helper("7.12.13")`
export default function _writeOnlyError(name) { export default function _writeOnlyError(name) {
throw new TypeError("\\"" + name + "\\" is write-only"); throw new TypeError("\\"" + name + "\\" is write-only");
} }