fix: fix log output in case of illegal property access
- fix link url to handlebarsjs.com
This commit is contained in:
@@ -58,7 +58,7 @@ function logUnexpecedPropertyAccessOnce(propertyName) {
|
||||
'error',
|
||||
`Handlebars: Access has been denied to resolve the property "${propertyName}" because it is not an "own property" of its parent.\n` +
|
||||
`You can add a runtime option to disable the check or this warning:\n` +
|
||||
`See http://localhost:8080/api-reference/runtime-options.html#options-to-control-prototype-access for details`
|
||||
`See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user