mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
Got rid of "whatif" messages when not running in whatif mode.
This commit is contained in:
parent
aed7e3c257
commit
4651cb3a91
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -238,7 +238,7 @@ process {
|
|||||||
finally {
|
finally {
|
||||||
# Clean up temporary directory
|
# Clean up temporary directory
|
||||||
if (Test-Path $tempDir) {
|
if (Test-Path $tempDir) {
|
||||||
Remove-Item $tempDir -Recurse -Force
|
Remove-Item $tempDir -Recurse -Force -WhatIf:$false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user