Commit 4f1ae11a authored by Maciej Małecki's avatar Maciej Małecki Committed by Timothy J Fontaine
Browse files

module: eliminate double `getenv()`

`process.env` access results in a synchronous `getenv` call. Cache the
first result instead and save one syscall.
parent 9d281934
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment