Skip to content

Commit d5c7cad

Browse files
authored
Update generic / fallback msg
1 parent 9193511 commit d5c7cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/engine.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ export const friendlyExplain = (opts: ExplainOptions): ExplainResult => {
139139
trace,
140140
variantId: "Other/variants/0",
141141
title: getUiString("pythonError", "Python error"),
142-
summary: getUiString("fallbackSummary", "Start with the last line of the message and the highlighted code line."),
143-
why: getUiString("fallbackWhy", "The last line of the traceback tells you the error type and main cause."),
144-
steps: [getUiString("fallbackStep", "Fix one small thing and run again.")],
142+
summary: getUiString("fallbackSummary", "Start with the last line of the trace (message) and the highlighted code line."),
143+
why: getUiString("fallbackWhy", "The last line of the trace tells you the error type and main cause."),
144+
steps: [getUiString("fallbackStep", "Try a fix and run again.")],
145145
html: undefined
146146
};
147147
}

0 commit comments

Comments
 (0)