diff options
Diffstat (limited to 'lib/constants.js')
| -rw-r--r-- | lib/constants.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/constants.js b/lib/constants.js new file mode 100644 index 0000000..9b4ce31 --- /dev/null +++ b/lib/constants.js @@ -0,0 +1,3 @@ +module.exports = { + kFileNotFoundError: 'ENOENT', +}; |