Skip to content

Commit

Permalink
fix logPath in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Dec 14, 2023
1 parent 7684cb9 commit 95439ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/heta-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const defaultPlatform = {
builderVersion: '^' + pkg.version,
options: {
debug: false,
logs: 'output.log',
logPath: 'output.log',
logLevel: 'info',
skipExport: false,
unitsCheck: false
Expand Down

0 comments on commit 95439ad

Please sign in to comment.