Skip to content

Commit f152dfc

Browse files
committedJan 12, 2020
fix: fix log output in case of illegal property access
- fix link url to handlebarsjs.com
1 parent 3c1e252 commit f152dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/handlebars/internal/proto-access.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function logUnexpecedPropertyAccessOnce(propertyName) {
5858
'error',
5959
`Handlebars: Access has been denied to resolve the property "${propertyName}" because it is not an "own property" of its parent.\n` +
6060
`You can add a runtime option to disable the check or this warning:\n` +
61-
`See http://localhost:8080/api-reference/runtime-options.html#options-to-control-prototype-access for details`
61+
`See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`
6262
);
6363
}
6464
}

0 commit comments

Comments
 (0)
Please sign in to comment.