Unverified Commit 43ac23b4 authored by Kevin Moore's avatar Kevin Moore Committed by GitHub

targets/web.dart - fix typo (#126114)

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
parent a9053fbc
......@@ -204,7 +204,7 @@ class Dart2JSTarget extends Dart2WebTarget {
final File dart2jsDeps = environment.buildDir.childFile('app.dill.deps');
if (!dart2jsDeps.existsSync()) {
environment.logger.printWarning(
'Warning: dart2js did not produced expected deps list at '
'Warning: dart2js did not produce expected deps list at '
'${dart2jsDeps.path}',
);
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment