Skip to content

Commit

Permalink
Fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
--global authored and --global committed Jun 30, 2023
1 parent 8c447c3 commit 6aa518f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/turborepo-cache/src/cache_archive/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,7 @@ mod tests {

#[cfg(windows)]
fn create_fifo(_: &AbsoluteSystemPath, _: &CreateFileDefinition) -> Result<()> {
Err(CacheError::UnsupportedFileType(
EntryType::Fifo,
Backtrace::capture(),
))
Err(CacheError::CreateUnsupportedFileType(Backtrace::capture()).into())
}

fn create_file(anchor: &AbsoluteSystemPath, file: &CreateFileDefinition) -> Result<()> {
Expand Down

0 comments on commit 6aa518f

Please sign in to comment.