mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
fix: redundant block in pwsh init
This commit is contained in:
parent
81a913f2ec
commit
cdb87addd1
1 changed files with 0 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ function {{ alias }} {
|
||||||
$env:_PR_ERROR_MSG = $err.Exception.Message
|
$env:_PR_ERROR_MSG = $err.Exception.Message
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($env:_PR_LAST_COMMAND -eq $err.InvocationInfo.Line) {
|
|
||||||
$env:_PR_ERROR_MSG = $err.Exception.Message
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
$env:_PR_SHELL = 'pwsh';
|
$env:_PR_SHELL = 'pwsh';
|
||||||
&'{{ binary_path }}';
|
&'{{ binary_path }}';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue