Skip to content

Commit c669174

Browse files
committed
fix: remove unused Error import in logger.js
1 parent 61461e4 commit c669174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/logger.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
'use strict';
22
const {
33
DateNow,
4-
Error,
54
JSONStringify,
65
ObjectAssign,
76
ObjectHasOwn,
87
ObjectKeys,
98
SafeSet,
109
} = primordials;
1110

12-
// Add isNativeError from internal/util/types
1311
const { isNativeError } = require('internal/util/types');
1412

1513

0 commit comments

Comments
 (0)