Commit 58b8460c authored by JustWe's avatar JustWe Committed by Ian Hickson

release lock (#19671)

parent c123312c
...@@ -176,6 +176,7 @@ Future<Null> pub(List<String> arguments, { ...@@ -176,6 +176,7 @@ Future<Null> pub(List<String> arguments, {
Future<Null> pubInteractively(List<String> arguments, { Future<Null> pubInteractively(List<String> arguments, {
String directory, String directory,
}) async { }) async {
Cache.releaseLockEarly();
final int code = await runInteractively( final int code = await runInteractively(
_pubCommand(arguments), _pubCommand(arguments),
workingDirectory: directory, workingDirectory: directory,
......
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