Closed mvcatsifma closed 9 years ago
In the moment, if the client of the library requests a non-existent resource, the library ignores this request silently. Generate a info message instead, so that possible configuration errors are detected early.
context.loadPaths(resource, {doesnotexist: {}})
INFO: path 'doesnotexist' does not exist
See pull request #7
Fixed in 0.3.0 (4e4a311b58ff52f1394ab0032311844ddcd7b8f2).
In the moment, if the client of the library requests a non-existent resource, the library ignores this request silently. Generate a info message instead, so that possible configuration errors are detected early.
context.loadPaths(resource, {doesnotexist: {}})
INFO: path 'doesnotexist' does not exist