Skip to content

Commit

Permalink
feat: add path to IOException message (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenVercammen authored Dec 20, 2022
1 parent bf26b52 commit f8e1551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/melos/lib/src/common/io.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ void _attempt(
throw IOException(
'Melos failed to $description because $reason.\n'
'This may be caused by a virus scanner or having a file\n'
'in the directory open in another application.',
'in the directory open in another application.\n'
'Path: ${error.path}\n',
);
}
}
Expand Down

0 comments on commit f8e1551

Please sign in to comment.