Neuter sky:init

This commit is contained in:
John McCutchan 2015-07-30 13:57:20 -07:00
parent f3eaa20920
commit 5397a2e5aa

View File

@ -10,7 +10,4 @@
import 'dart:io';
main(List<String> arguments) {
ProcessResult result = Process.runSync(Platform.executable, ['-p', 'packages', 'packages/mojom/generate.dart']);
stdout.write(result.stdout);
stderr.write(result.stderr);
}