mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Neuter sky:init
This commit is contained in:
parent
f3eaa20920
commit
5397a2e5aa
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user