File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments