Commit 4c2df9f7 authored by John McCutchan's avatar John McCutchan

Neuter sky:init

parent 93b47d75
......@@ -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);
}
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