Commit 5bbc6df
committed
test: change call to deprecated util.isError()
common.Error() is just util.isError() which is deprecated. Use
assert.throws() instead.
PR-URL: #3084
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>1 parent 87e820e commit 5bbc6dfCopy full SHA for 5bbc6df
File tree
Expand file treeCollapse file tree
1 file changed
+10
-11
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+10
-11
lines changedOpen diff view settings
Collapse file
test/parallel/test-tty-stdout-end.js
Copy file name to clipboard+10-11Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
4 | | - |
| 3 | + |
| 4 | + |
5 | 5 | |
6 | | - |
7 | | - |
8 | | - |
| 6 | + |
9 | 7 | |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
15 | 14 | |
16 | | - |
| 15 | + |
0 commit comments