Skip to content

Commit 1237df7

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (#27498)
1 parent 0d92bd5 commit 1237df7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/baselines/reference/user/puppeteer.log

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ lib/FrameManager.js(127,15): error TS2503: Cannot find namespace 'Protocol'.
2626
lib/FrameManager.js(685,57): error TS2345: Argument of type 'string | number | Function' is not assignable to parameter of type 'number'.
2727
Type 'string' is not assignable to type 'number'.
2828
lib/FrameManager.js(773,15): error TS2503: Cannot find namespace 'Protocol'.
29+
lib/Launcher.js(120,11): error TS2322: Type 'string[]' is not assignable to type 'StdioOptions'.
30+
Type 'string[]' is not assignable to type '(number | "inherit" | Stream | "pipe" | "ipc" | "ignore")[]'.
31+
Type 'string' is not assignable to type 'number | "inherit" | Stream | "pipe" | "ipc" | "ignore"'.
2932
lib/Launcher.js(160,105): error TS2733: Index '3' is out-of-bounds in tuple of length 3.
3033
lib/Launcher.js(160,169): error TS2733: Index '4' is out-of-bounds in tuple of length 3.
3134
lib/NetworkManager.js(129,15): error TS2503: Cannot find namespace 'Protocol'.

0 commit comments

Comments
 (0)