codemem 0.26.1 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3258,6 +3258,7 @@ function renderPackTrace(trace) {
3258
3258
  const lines = [
3259
3259
  "Pack trace",
3260
3260
  `- Query: ${trace.inputs.query}`,
3261
+ ...trace.inputs.sanitized_query ? [`- Sanitized query: ${trace.inputs.sanitized_query}`] : [],
3261
3262
  `- Project: ${trace.inputs.project ?? "(default)"}`,
3262
3263
  `- Working set: ${workingSet}`,
3263
3264
  `- Mode: ${trace.mode.selected}`,