Skip to content

Commit 05b0f2a

Browse files
committed
trying run in shell for windows
1 parent 24a17a7 commit 05b0f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/lib/src/pubspec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PackageExceptionDetails {
3838
}
3939

4040
Future _runPubDeps() async {
41-
var result = Process.runSync('pub', ['deps']);
41+
var result = Process.runSync('pub', ['deps'], runInShell: true);
4242

4343
if (result.exitCode == 65 || result.exitCode == 66) {
4444
throw new PackageException._(

0 commit comments

Comments
 (0)