Skip to content

Commit f1c07c7

Browse files
doc: add example
1 parent ba372fb commit f1c07c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/node_dotenv.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ void Dotenv::ParseContent(const std::string_view input) {
147147
continue;
148148
} else {
149149
// If no newline is found, we've reached the end of content
150+
// Example: #ABC=1
150151
break;
151152
}
152153
}

0 commit comments

Comments
 (0)