diff options
author | Anthony Pesch <anthony@usamp.com> | 2013-06-03 21:05:27 -0700 |
---|---|---|
committer | Anthony Pesch <anthony@usamp.com> | 2013-06-04 11:39:26 -0700 |
commit | ab5249c775475008c6e640040d7284711a6d3348 (patch) | |
tree | d7157093a5a5511c08dd9faa4a20c307e137edf9 /src | |
parent | 9265b7cd8e1d23498bc01edb8fa6e745af3ff0d2 (diff) |
Updated tests to reflect new error values
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 41065ef7..27b79b32 100644 --- a/src/library.js +++ b/src/library.js @@ -6777,6 +6777,7 @@ LibraryManager.library = { ESTRPIPE: 143 }, $ERRNO_MESSAGES: { + 0: 'Success', 1: 'Not super-user', 2: 'No such file or directory', 3: 'No such process', |