Skip to content

Commit 6914a61

Browse files
Update user baselines
1 parent 103f894 commit 6914a61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/baselines/reference/user/follow-redirects.log

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ Exit Code: 1
22
Standard output:
33
node_modules/follow-redirects/index.js(80,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
44
node_modules/follow-redirects/index.js(81,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
5-
node_modules/follow-redirects/index.js(195,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
6-
node_modules/follow-redirects/index.js(229,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
5+
node_modules/follow-redirects/index.js(133,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
6+
node_modules/follow-redirects/index.js(199,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
7+
node_modules/follow-redirects/index.js(233,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
78
Type 'undefined' is not assignable to type 'string'.
8-
node_modules/follow-redirects/index.js(242,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
9+
node_modules/follow-redirects/index.js(246,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
910

1011

1112

0 commit comments

Comments
 (0)