We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7f17b commit fecd475Copy full SHA for fecd475
1 file changed
lib/acl.js
@@ -86,7 +86,7 @@ ACL.prototype.can = function (user, mode, resource, callback, options) {
86
},
87
function (err) {
88
if (err === false || err === null) {
89
- debug('No ACL resource found - access allowed')
+ debug('No ACL resource found - access not allowed')
90
err = new Error('No Access Control Policy found')
91
}
92
0 commit comments