Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Dec 16, 2023
1 parent 1f910f0 commit 56fedee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function parse(value) {
try {
JSON.parse(value);
} catch (e) {
throw new Error(`Error parsing value '${value}' in .env file`, {
throw new Error(`Error parsing value '${value}' in .env file: `, {
cause: e,
});
}
Expand Down

0 comments on commit 56fedee

Please sign in to comment.