Skip to content

Commit ea3a916

Browse files
authored
Comment on verbosity implementation
1 parent 4081586 commit ea3a916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const explain = (opts: ExplainOptions): ExplainResult => {
139139
};
140140
}
141141

142-
// Optional verbosity shaping (kept small)
142+
// not convinced by this implementation, and may decide to drop the verbosity option...
143143
if (verbosity === "brief") {
144144
chosen.why = undefined;
145145
chosen.steps = chosen.steps?.slice(0, 1);

0 commit comments

Comments
 (0)