We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8812bac commit 555faf9Copy full SHA for 555faf9
src/main/ts/executor.ts
@@ -17,6 +17,6 @@ export const chunks = [
17
18
export const execute = (
19
options: TStampOptions,
20
- env: TEnv
+ env: TEnv = process.env
21
): TStamp =>
22
chunks.reduce((ctx, chunk) => chunk(ctx, env), { options, stamp: {} }).stamp
0 commit comments