Skip to content

Los instaladores, a v0.1.10 - #66

Merged
borjaperfra merged 1 commit into
mainfrom
fix/pins-v0110
Sep 14, 2026
Merged

borjaperfra merged 1 commit into
mainfrom
fix/pins-v0110

Conversation

@borjaperfra

Copy link
Copy Markdown
Contributor

Everything up to v0.1.9 left $ErrorActionPreference = 'Stop' in the shell that ran it, because iex executes in the caller's session. That turns every later non-terminating error there into a terminating one — including inside the prompt function a terminal installs to track its blocks — so the session ended on a bare PS> with a keyboard that went nowhere.

Both preferences are function-scoped now. helmcode/nan-cli#11.

🤖 Generated with Claude Code

v0.1.9 and everything before it left `$ErrorActionPreference = 'Stop'` in the
shell that ran them, because `iex` executes in the caller's session. That turns
every later non-terminating error there into a terminating one - including
inside the prompt function a terminal installs to track its blocks - so the
session ended on a bare `PS>` with a keyboard that went nowhere. Both
preferences are function-scoped now. helmcode/nan-cli#11.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@borjaperfra
borjaperfra merged commit 59711a6 into main Sep 14, 2026
@borjaperfra
borjaperfra deleted the fix/pins-v0110 branch September 14, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants