mirror of
https://github.com/flutter/packages.git
synced 2025-06-24 17:18:57 +08:00
pass on the sdkPath. (#440)
This commit is contained in:
@ -11,5 +11,5 @@ import 'package:pigeon/pigeon_lib.dart';
|
|||||||
/// [sdkPath] for specifying an optional Dart SDK path.
|
/// [sdkPath] for specifying an optional Dart SDK path.
|
||||||
Future<int> runCommandLine(List<String> args,
|
Future<int> runCommandLine(List<String> args,
|
||||||
{Uri? packageConfig, String? sdkPath}) async {
|
{Uri? packageConfig, String? sdkPath}) async {
|
||||||
return Pigeon.run(args);
|
return Pigeon.run(args, sdkPath: sdkPath);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user