Commit f62d649 1 parent e515046 commit f62d649 Copy full SHA for f62d649
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const {
25
25
const { setupCoverageHooks } = require ( 'internal/util' ) ;
26
26
const { tmpdir } = require ( 'os' ) ;
27
27
const { join, resolve } = require ( 'path' ) ;
28
- const { fileURLToPath } = require ( 'url' ) ;
28
+ const { fileURLToPath } = require ( 'internal/ url' ) ;
29
29
const kCoverageFileRegex = / ^ c o v e r a g e - ( \d + ) - ( \d { 13 } ) - ( \d + ) \. j s o n $ / ;
30
30
const kIgnoreRegex = / \/ \* n o d e : c o v e r a g e i g n o r e n e x t (?< count > \d + ) ? \* \/ / ;
31
31
const kLineEndingRegex = / \r ? \n $ / u;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const { TIMEOUT_MAX } = require('internal/timers');
14
14
15
15
const EventEmitter = require ( 'events' ) ;
16
16
const { watch } = require ( 'fs' ) ;
17
- const { fileURLToPath } = require ( 'url' ) ;
17
+ const { fileURLToPath } = require ( 'internal/ url' ) ;
18
18
const { resolve, dirname } = require ( 'path' ) ;
19
19
const { setTimeout } = require ( 'timers' ) ;
20
20
You can’t perform that action at this time.
0 commit comments