Skip to content

Conversation

Copy link

Copilot AI commented Jan 8, 2026

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>[BUG]: Assertion failure on Windows</issue_title>
<issue_description>### varlock version

v0.1.3

Steps to reproduce

Run varlock load on Windows with node v24.12.0

What is expected?

Environment variables are printed and the command exits successfully.

What is actually happening?

All varlock commands fail at the end with the same assertion failure:

> varlock load

✅ APP_ENV*
   └ "develop"
...
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
 ELIFECYCLE  Command failed with exit code 3221226505.

System Info

System:
    OS: Windows 11 10.0.26100
    CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13980HX
    Memory: 26.39 GB / 63.68 GB
  npmPackages:
    @playwright/test: ^1.57.0 => 1.57.0
    @types/node: ~22.9.0 => 22.9.4
    eslint: 8.57.0 => 8.57.0
    prettier: ~2.8.8 => 2.8.8
    varlock: ^0.1.2 => 0.1.3

Any additional comments?

Fresh installs of everything. The same commands work flawlessly in Linux and Mac.</issue_description>

Comments on the Issue (you are @copilot in this section)

@philmillman Thanks for the report @MLNW, we'll take a look tomorrow

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

⚠️ No Changeset found

Latest commit: 4475355

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@theoephraim
Copy link
Member

@copilot try again

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.

[BUG]: Assertion failure on Windows

2 participants