UNPKG

255 BJavaScriptView Raw
1// Generated by CoffeeScript 2.3.2
2module.exports = {
3 NOT_REAL: 1, // path does not exist
4 NOT_FILE: 2, // not a file
5 NOT_DIR: 3, // not a directory
6 LINK_LIMIT: 4, // too many symlinks (possibly circular)
7 PATH_EXISTS: 5 // path already exists
8};