Skip to content

Commit 7c4cdf3

Browse files
committed
fix(setup): reset setup default to true
no issue - fixes issue where system stack checks were always getting skipped
1 parent b28e5bb commit 7c4cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ SetupCommand.options = {
154154
stack: {
155155
description: '[--no-stack] Enable/Disable system stack checks on setup',
156156
type: 'boolean',
157-
default: false
157+
default: true
158158
},
159159
start: {
160160
name: 'start',

0 commit comments

Comments
 (0)