|
7 | 7 | 'use strict' |
8 | 8 | exports[`test/lib/utils/exit-handler.js TAP handles unknown error with logs and debug file > debug file contents 1`] = ` |
9 | 9 | 0 timing npm:load:whichnode Completed in {TIME}ms |
10 | | -15 timing config:load Completed in {TIME}ms |
11 | | -16 timing npm:load:configload Completed in {TIME}ms |
12 | | -17 timing npm:load:mkdirpcache Completed in {TIME}ms |
13 | | -18 timing npm:load:mkdirplogs Completed in {TIME}ms |
14 | | -19 verbose title npm |
15 | | -20 verbose argv |
16 | | -21 timing npm:load:setTitle Completed in {TIME}ms |
17 | | -23 timing npm:load:display Completed in {TIME}ms |
18 | | -24 verbose logfile logs-max:10 dir:{CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}- |
19 | | -25 verbose logfile {CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}-debug-0.log |
20 | | -26 timing npm:load:logFile Completed in {TIME}ms |
21 | | -27 timing npm:load:timers Completed in {TIME}ms |
22 | | -28 timing npm:load:configScope Completed in {TIME}ms |
23 | | -29 timing npm:load Completed in {TIME}ms |
24 | | -30 silly logfile done cleaning log files |
25 | | -31 verbose stack Error: Unknown error |
26 | | -32 verbose cwd {CWD} |
27 | | -33 verbose Foo 1.0.0 |
28 | | -34 verbose node v1.0.0 |
29 | | -35 verbose npm v1.0.0 |
30 | | -36 error code ECODE |
31 | | -37 error ERR SUMMARY Unknown error |
32 | | -38 error ERR DETAIL Unknown error |
33 | | -39 verbose exit 1 |
34 | | -41 timing npm Completed in {TIME}ms |
35 | | -42 verbose code 1 |
36 | | -43 error A complete log of this run can be found in: |
37 | | -43 error {CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}-debug-0.log |
| 10 | +13 timing config:load Completed in {TIME}ms |
| 11 | +14 timing npm:load:configload Completed in {TIME}ms |
| 12 | +15 timing npm:load:mkdirpcache Completed in {TIME}ms |
| 13 | +16 timing npm:load:mkdirplogs Completed in {TIME}ms |
| 14 | +17 verbose title npm |
| 15 | +18 verbose argv |
| 16 | +19 timing npm:load:setTitle Completed in {TIME}ms |
| 17 | +21 timing npm:load:display Completed in {TIME}ms |
| 18 | +22 verbose logfile logs-max:10 dir:{CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}- |
| 19 | +23 verbose logfile {CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}-debug-0.log |
| 20 | +24 timing npm:load:logFile Completed in {TIME}ms |
| 21 | +25 timing npm:load:timers Completed in {TIME}ms |
| 22 | +26 timing npm:load:configScope Completed in {TIME}ms |
| 23 | +27 timing npm:load Completed in {TIME}ms |
| 24 | +28 silly logfile done cleaning log files |
| 25 | +29 verbose stack Error: Unknown error |
| 26 | +30 verbose cwd {CWD} |
| 27 | +31 verbose Foo 1.0.0 |
| 28 | +32 verbose node v1.0.0 |
| 29 | +33 verbose npm v1.0.0 |
| 30 | +34 error code ECODE |
| 31 | +35 error ERR SUMMARY Unknown error |
| 32 | +36 error ERR DETAIL Unknown error |
| 33 | +37 verbose exit 1 |
| 34 | +39 timing npm Completed in {TIME}ms |
| 35 | +40 verbose code 1 |
| 36 | +41 error A complete log of this run can be found in: |
| 37 | +41 error {CWD}/test/lib/utils/tap-testdir-exit-handler-handles-unknown-error-with-logs-and-debug-file/cache/_logs/{DATE}-debug-0.log |
38 | 38 | ` |
39 | 39 |
|
40 | 40 | exports[`test/lib/utils/exit-handler.js TAP handles unknown error with logs and debug file > logs 1`] = ` |
|
0 commit comments