Skip to content

Commit b3631da

Browse files
Update user baselines
1 parent 0d993ac commit b3631da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/baselines/reference/docker/vscode.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ $ gulp compile --max_old_space_size=4095
6565
Type 'null' is not assignable to type 'string'.
6666
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
6767
Type 'null' is not assignable to type 'string'.
68+
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/codeAction/codeActionCommands.ts(118,30): Expected 3 arguments, but got 2.
6869
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
6970
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/codeEditor/browser/suggestEnabledInput/suggestEnabledInput.ts(229,3): Type 'string | null' is not assignable to type 'string'.
7071
Type 'null' is not assignable to type 'string'.
@@ -127,14 +128,15 @@ $ gulp compile --max_old_space_size=4095
127128
Type 'null' is not assignable to type 'string'.
128129
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/rename/renameInputField.ts(93,3): Type 'string | null' is not assignable to type 'string'.
129130
Type 'null' is not assignable to type 'string'.
131+
[XX:XX:XX] Error: /vscode/src/vs/editor/contrib/codeAction/codeActionCommands.ts(118,30): Expected 3 arguments, but got 2.
130132
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/checkbox/checkbox.ts(223,3): Type 'string | null' is not assignable to type 'string'.
131133
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
132134

133135

134136

135137
Standard error:
136138
[XX:XX:XX] 'compile' errored after
137-
[XX:XX:XX] Error: Found 32 errors
139+
[XX:XX:XX] Error: Found 33 errors
138140
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
139141
at _end (/vscode/node_modules/through/index.js:65:9)
140142
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)

0 commit comments

Comments
 (0)