Skip to content

Commit

Permalink
doc: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Jan 28, 2025
1 parent ba372fb commit f1c07c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node_dotenv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ void Dotenv::ParseContent(const std::string_view input) {
continue;
} else {
// If no newline is found, we've reached the end of content
// Example: #ABC=1
break;
}
}
Expand Down

0 comments on commit f1c07c7

Please sign in to comment.