diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 22:18:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 22:18:26 +0100 |
| commit | d3f282a164e44f54678cdb45aad7a09c8a92b89e (patch) | |
| tree | 215aa2018e3e931971fee2210d18d4a48872d7d6 /lib/constants.js | |
| parent | f91c2b4feb85933bc190712b45788d2f24fe851d (diff) | |
Remove force rms and dependency on ncp
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', +}; |