Skip to content

Commit 4ee79be

Browse files
committed
fix: minor strict ui bug
1 parent 2d1fb69 commit 4ee79be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/services/printScanResult.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export function printScanResult(
137137
printGitignoreWarning({
138138
envFile: DEFAULT_ENV_FILE,
139139
reason: gitignoreIssue.reason,
140+
strict: opts.strict ?? false,
140141
});
141142
}
142143

0 commit comments

Comments
 (0)