Skip to content

Commit 404707c

Browse files
vladfrangujasnell
andauthored
chore: suggested changes
Co-authored-by: James M Snell <[email protected]>
1 parent 93dc673 commit 404707c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/os.js

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

4545
const {
@@ -328,7 +328,7 @@ module.exports = {
328328
uptime: getUptime,
329329
version: getOSVersion,
330330
machine: getMachine,
331-
guessFileDescriptorType: _guessHandleType,
331+
guessFileDescriptorType,
332332
};
333333

334334
ObjectDefineProperties(module.exports, {

0 commit comments

Comments
 (0)