mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Fix an analysis hint
This commit is contained in:
parent
647fc45fcf
commit
0b877a127d
@ -29,7 +29,7 @@ Future<void> updateBazel() async {
|
||||
} on ProcessException catch (error) {
|
||||
if (error.stderr.contains("Couldn't find any versions for \"sass\"")) {
|
||||
log("The new sass version doesn't seem to be available yet, waiting 10s...");
|
||||
await Future.delayed(Duration(seconds: 10));
|
||||
await Future<void>.delayed(Duration(seconds: 10));
|
||||
run("yarn", workingDirectory: p.join(repo, "sass"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user