From d3f282a164e44f54678cdb45aad7a09c8a92b89e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 9 Dec 2022 22:18:26 +0100 Subject: Remove force rms and dependency on ncp --- lib/constants.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/constants.js (limited to 'lib/constants.js') 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', +}; -- cgit