Modify powershell step to fix compilation on macOS (#478)

This commit is contained in:
Anders Rasmussen
2020-07-16 13:34:17 +10:00
committed by GitHub
parent abc6a8065b
commit c486c106c5

View File

@@ -1,4 +1,3 @@
#[cfg(windows)]
use crate::execution_context::ExecutionContext; use crate::execution_context::ExecutionContext;
use crate::executor::CommandExt; use crate::executor::CommandExt;
use crate::terminal::{is_dumb, print_separator}; use crate::terminal::{is_dumb, print_separator};