File tree 3 files changed +9
-9
lines changed
packages/handle-rejection
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ TypeError: Cannot read property 'ok' of undefined
75
75
76
76
6 passing (110ms)
77
77
78
- โญโโโโโโโโโโโโโโโโฎ
79
- โ Error Summary โ
80
- โฐโโโโโโโโโโโโโโโโฏ
78
+ โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โฎ
79
+ โ Unhandled Rejection Summary โ
80
+ โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โฏ
81
81
82
- โ๏ธ Error 1:
82
+ โ๏ธ Rejection 1:
83
83
TypeError: Cannot read property 'ok' of undefined
84
84
at ok (/workspace/package/spec.js:21:11)
85
85
at tryCatch (/workspace/package/node_modules/regenerator-runtime/runtime.js:45:40)
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ process.on('beforeExit', () => {
9
9
10
10
const { log, error} = console ;
11
11
12
- log ( 'โญโโโโโโโโโโโโโโโโฎ' ) ;
13
- log ( 'โ Error Summary โ' ) ;
14
- log ( 'โฐโโโโโโโโโโโโโโโโฏ' ) ;
12
+ log ( 'โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โฎ' ) ;
13
+ log ( 'โ Unhandled Rejection Summary โ' ) ;
14
+ log ( 'โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โฏ' ) ;
15
15
16
16
errors . forEach ( ( e , i ) => {
17
- log ( `\nโ๏ธ Error ${ i + 1 } :` ) ;
17
+ log ( `\nโ๏ธ Rejection ${ i + 1 } :` ) ;
18
18
error ( e ) ;
19
19
} ) ;
20
20
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " handle-rejection" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " ๐ Handle unhandled rejections" ,
5
5
"keywords" : [
6
6
" unhandledRejection" ,
You canโt perform that action at this time.
0 commit comments