Skip to content

Commit

Permalink
fix: improve environment warning
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderKoen committed Feb 12, 2024
1 parent ce4cac2 commit 9bea058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ class Executor {
} else {
//TODO: support for other formats
console.error(
"\x1b[31mCurrently only file: is supported for environment variables\x1b[0m\n",
"\x1b[31mCurrently only 'file:' is supported for environment variables\x1b[0m\n",
);

return {};
Expand Down

0 comments on commit 9bea058

Please sign in to comment.