+2
-2
@@ -1,2 +0,2 @@ | ||
| const os = require('bare-os') | ||
| const binding = require('../binding') | ||
@@ -25,3 +25,3 @@ module.exports = class FileError extends Error { | ||
| get errno() { | ||
| return os.constants.errnos[this.code] | ||
| return binding.errnos[this.code] | ||
| } | ||
@@ -28,0 +28,0 @@ |
+1
-1
| { | ||
| "name": "bare-fs", | ||
| "version": "4.7.3", | ||
| "version": "4.7.4", | ||
| "description": "Native file system operations for Bare", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1315258
3.23%