Consider the following:
// Calling-Script.ps1 Write-Output "Calling script" ./Failing-Script.ps1 Write-Output "Calling script again" // F