mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Fix analysis hints (#450)
This commit is contained in:
parent
a33bc8812e
commit
3346c7974a
@ -117,7 +117,6 @@ class _Watcher {
|
||||
///
|
||||
/// Returns a future that will only complete if an unexpected error occurs.
|
||||
Future watch(MultiDirWatcher watcher) async {
|
||||
loop:
|
||||
await for (var event in _debounceEvents(watcher.events)) {
|
||||
var extension = p.extension(event.path);
|
||||
if (extension != '.sass' && extension != '.scss') continue;
|
||||
|
@ -3,7 +3,6 @@
|
||||
// https://opensource.org/licenses/MIT.
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:path/path.dart' as p;
|
||||
import 'package:test/test.dart';
|
||||
|
Loading…
Reference in New Issue
Block a user