mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-22 13:51:31 +01:00
Avoid Future<void> because it's not Dart 1-compatible
This commit is contained in:
parent
1942466924
commit
0836afdc97
@ -28,7 +28,7 @@ class MultiDirWatcher {
|
||||
///
|
||||
/// Returns a [Future] that completes when [events] is ready to emit events
|
||||
/// from [directory].
|
||||
Future<void> watch(String directory) {
|
||||
Future watch(String directory) {
|
||||
var isParentOfExistingDir = false;
|
||||
for (var existingDir in _watchers.keys.toList()) {
|
||||
if (!isParentOfExistingDir &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user