Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Mar 5, 2024
1 parent 5cd812f commit 08e9a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cross/env",
"version": "0.1.3",
"version": "0.1.4",
"exports": "./mod.ts"
}
2 changes: 1 addition & 1 deletion lib/filehandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export async function loadEnvFile(
console.warn(err.message);
}
}
console.log(options);

return parseEnvFile(fileContent, options);
}

Expand Down

0 comments on commit 08e9a21

Please sign in to comment.