-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.dotenvIssues and PRs related to .env file parsingIssues and PRs related to .env file parsingwindowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Version
20.12.0
Platform
Windows 11
Subsystem
process
What steps will reproduce the bug?
Try loading .env file with the following entry in it:
JWT_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzi4k4ful8Q65RWbHvZwD
jKNfspb89typkUATf8KXlYcWp6ibUG9nKpYrig3jmlCdMvCm+S7kZedACshFyRmm
1ocaWjRIt/jJyzntxnMIgWetTedZXXzlFbparDMrdEMmsPbM7LrByCU57iKloZEl
BhOSQZk/JbJK1YpozTCxcs28YlpnTuMBaXvXddrQuNHo+HYhK53XlFXyiOBzmEFY
cBrVqptdjA3z7uNNd6A4IAfEkRYp4lZxZgwTPyjYZ1oXmhalvbr6OAs9ujLIZPSM
QoP1VoHLdOqrs7QTmi2rrNCfIcFkFp02N39TovMm9zZQJjQvFEJqIKe4db2457vr
uJ5qxkWmbBu+/tf6ytKfbiA433neLSvpfquPXbq3OLGzJ4H2YHiHa0ddfUCqdN49
t5nCPEMp6OTa5kXuwObf8yvHyoP8HgQQD+/sftHUIE/1sdQ6fzB/9L+smzp5SW/X
nI8NY0k1SH9MLlweGuXi6M1jS62kPWk4HTDQmiqUTImcG0XYRrVd5ISXPdfnVgnq
KKht+SUmkPrfaWMDc21FsXXmmVSRTjvBhA6Cy6PLPzGZaeA4TVkOZUkp1OvcyfiI
HixuZca1OASxGeUM8lcPi9my8TJCtw5ZR0M/uqVV/1o3U0nx+U5z54ulWN9leMLY
vgv+lGrqfFWRemajGXSm8L0CAwEAAQ==
-----END PUBLIC KEY-----"
by running this code:
import { loadEnvFile } from 'node:process'
loadEnvFile('./.env')
This fails with an error Process finished with exit code -1073740791 (0xC0000409)
How often does it reproduce? Is there a required condition?
It is always reproduceable
What is the expected behavior? Why is that the expected behavior?
The value should be loaded correctly. This works with dotenv
.
What do you see instead?
An error Process finished with exit code -1073740791 (0xC0000409)
Additional information
No response
piotrek-szczygieltonivj5
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.dotenvIssues and PRs related to .env file parsingIssues and PRs related to .env file parsingwindowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.