Skip to content

Commit 0e4b1c4

Browse files
committed
---
yaml --- r: 361530 b: refs/heads/handle-null-safety c: 346a9c4 h: refs/heads/main
1 parent 65c2e5c commit 0e4b1c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2840,4 +2840,4 @@ refs/tags/2.17.0-98.0.dev: d638f5cd14034bdeb1e2f46e3c5e7a8bc132186d
28402840
refs/tags/2.17.0-99.0.dev: 28e0edfed7b7be0329925388d643aa852a7c4519
28412841
refs/heads/Show-issue-template: b53d5db7145036ec770de8b356d93228b592ccd7
28422842
"refs/heads/dart2js_json": 7a4771a7a1372b0511fe252af81f64e2ee4c37ab
2843-
refs/heads/handle-null-safety: 82da630cb3298a9a0c6716a0c11bd453799bfe02
2843+
refs/heads/handle-null-safety: 346a9c48a51d651f125abdc27cf54b8b9ecbbb45

branches/handle-null-safety/pkg/frontend_server/lib/compute_kernel.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ Future<ComputeKernelResult> computeKernel(List<String> args,
260260
// actually return data from b. If asked to read b throw.
261261
fe.InitializedCompilerState helper = fe.initializeCompiler(
262262
null,
263-
toUri(parsedArgs['dart-sdk-summary']),
264-
toUri(parsedArgs['libraries-file']),
265-
toUri(parsedArgs['packages-file']),
263+
toUriNullable(parsedArgs['dart-sdk-summary']),
264+
toUriNullable(parsedArgs['libraries-file']),
265+
toUriNullable(parsedArgs['packages-file']),
266266
[...summaryInputs, ...linkedInputs],
267267
target,
268268
fileSystem,

0 commit comments

Comments
 (0)