Commit 85f7bbf
test: do not use common.isMainThread
`common.isMainThread` was removed in
8caa1dcee63b2c6fd7a9, use the
`isMainThread` export of the `worker_threads` module instead.
PR-URL: #56768
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>1 parent 575251a commit 85f7bbfCopy full SHA for 85f7bbf
File tree
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+2
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-require-resolve-opts-paths-relative.js
Copy file name to clipboardExpand all lines: test/parallel/test-require-resolve-opts-paths-relative.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | | - |
| 8 | + |
8 | 9 | |
9 | 10 | |
10 | 11 | |
|
0 commit comments