mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Add missing semicolon
This commit is contained in:
parent
9ba2a6e136
commit
670f14e0f8
@ -174,7 +174,7 @@ class BuildCommandHandler extends CommandHandler {
|
||||
}
|
||||
|
||||
File outputFile = new File(results['output-file']);
|
||||
await outputFile.writeAsString('#!mojo mojo:sky_viewer\n')
|
||||
await outputFile.writeAsString('#!mojo mojo:sky_viewer\n');
|
||||
await outputFile.writeAsBytes(new ZipEncoder().encode(archive), mode: FileMode.APPEND);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user