You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ignored symbol graph extraction exit code (#7159)
### Motivation:
Doesn't seem likely that symbol graph extraction process exit code was ignored on purpose, especially since `extractSymbolGraph` started returning process execution result recently.
### Modifications:
Explicitly checked whether process exit code is 0.
### Result:
Non-zero exit code from symbol graph extraction process launches are no longer ignored.
0 commit comments