Skip to content

Commit 646434b

Browse files
Update src/node_dotenv.cc
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent e831877 commit 646434b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_dotenv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void Dotenv::ParseContent(const std::string_view input) {
193193
// " "=value
194194
if (key.empty()) continue;
195195

196-
// Remove export prefix from key and ensure proper spacing
196+
// Remove export prefix from key and ensure proper spacing.
197197
// Example: export FOO=bar -> FOO=bar
198198
if (key.starts_with("export ")) {
199199
key.remove_prefix(7);

0 commit comments

Comments
 (0)