Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Sep 6, 2023
1 parent bef8404 commit 657ca21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ void main() {
'message',
allOf(
startsWith('[watcher] add'),
endsWith('new_route/_middleware.dart'),
endsWith(path.join('new_route', '_middleware.dart')),
),
),
),
Expand Down

0 comments on commit 657ca21

Please sign in to comment.