Skip to content

Commit

Permalink
fix: fix log output in case of illegal property access
Browse files Browse the repository at this point in the history
- fix link url to handlebarsjs.com
  • Loading branch information
nknapp committed Jan 12, 2020
1 parent 3c1e252 commit f152dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlebars/internal/proto-access.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
);
}
}
Expand Down

0 comments on commit f152dfc

Please sign in to comment.