We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c7cef commit 5fa882bCopy full SHA for 5fa882b
1 file changed
test/fixtures/util/util_inspect_error.snapshot
@@ -0,0 +1,59 @@
1
+{ err:
2
+ Error: foo
3
+ bar
4
+ at *util_inspect_error*
5
+ at *
6
7
8
9
10
11
12
+ nested:
13
+ { err:
14
15
16
17
18
19
20
21
22
23
+ at * } }
24
+{
25
+ err: Error: foo
26
27
28
29
30
31
32
33
34
+ at *,
35
+ nested: {
36
37
38
39
40
41
42
43
44
45
46
+ }
47
+}
48
+Error: foo
49
+bar
50
51
52
53
54
55
56
57
+ at * {
58
+ foo: 'bar'
59
0 commit comments