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].*
This commit is contained in:
parent
a9053fbc6c
commit
43ac23b4c7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user