Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nu): Gracefully handle missing $env.config #1809

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

texastoland
Copy link
Contributor

Fixes error when $env.config is null. Nu implements default behavior for missing configurations enabling minimal customization in config files.

Additional simplifications:

  • save hook to variable vs repeat it
  • annotate cell-path type vs create it with into cell-path

Sorry for such a quick sequel to #1763 😅

Fixes error when `$env.config` is null. Nu implements default behavior for missing
configurations enabling minimal customization in config files.

Additional simplifications:
- save hook to variable vs repeat it
- annotate `cell-path` type vs create it with `into cell-path`
@jdx jdx merged commit 770e00b into jdx:main Mar 21, 2024
7 checks passed
This was referenced Mar 21, 2024
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