Skip to content

Commit 356995f

Browse files
vladfrangujasnell
andcommitted
chore: suggested changes
Co-authored-by: James M Snell <[email protected]>
1 parent a774207 commit 356995f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/os.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const {
4040
},
4141
hideStackFrames,
4242
} = require('internal/errors');
43-
const { getCIDR, guessHandleType: _guessHandleType } = require('internal/util');
43+
const { getCIDR, guessHandleType: guessFileDescriptorType } = require('internal/util');
4444
const { validateInt32 } = require('internal/validators');
4545

4646
const {
@@ -329,7 +329,7 @@ module.exports = {
329329
uptime: getUptime,
330330
version: getOSVersion,
331331
machine: getMachine,
332-
guessFileDescriptorType: _guessHandleType,
332+
guessFileDescriptorType,
333333
};
334334

335335
ObjectFreeze(constants.signals);

0 commit comments

Comments
 (0)