Commit 5ba2a1aa authored by John McCutchan's avatar John McCutchan

Neuter sky:init

parent 48ac4a84
......@@ -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