mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-14 19:10:11 +00:00
465e6fc4be
* Use global:error[0] for most recent error The current version use $error[0], which is for the module instead of the global status and is always $null, so the $lastExitCodeForPrompot is always $origLastExitCode (see https://github.com/starship/starship/issues/3485 for a related bug). It should be replaced with $global:error[0] Comments are also updated * fix(pwsh): make Semantic PR bot happy |
||
---|---|---|
.. | ||
configs | ||
formatter | ||
init | ||
modules | ||
test | ||
bug_report.rs | ||
config.rs | ||
configure.rs | ||
context.rs | ||
lib.rs | ||
logger.rs | ||
main.rs | ||
module.rs | ||
print.rs | ||
segment.rs | ||
utils.rs |