Commit 670f14e0 authored by Ian Fischer's avatar Ian Fischer

Add missing semicolon

parent 9ba2a6e1
......@@ -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;
}
......
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