We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4081586 commit ea3a916Copy full SHA for ea3a916
src/engine.ts
@@ -139,7 +139,7 @@ export const explain = (opts: ExplainOptions): ExplainResult => {
139
};
140
}
141
142
- // Optional verbosity shaping (kept small)
+ // not convinced by this implementation, and may decide to drop the verbosity option...
143
if (verbosity === "brief") {
144
chosen.why = undefined;
145
chosen.steps = chosen.steps?.slice(0, 1);
0 commit comments