show remix analyser result on slither error

pull/1398/head
Aniket-Engg 4 years ago committed by Aniket
parent 3e148354ce
commit 33b334eabc
  1. 1
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -245,6 +245,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
}).catch((error) => { }).catch((error) => {
console.log('Error found:', error) // This should be removed once testing done console.log('Error found:', error) // This should be removed once testing done
props.analysisModule.call('terminal', 'log', { type: 'error', value: '[Slither Analysis]: Error occured! See remixd console for details.' }) props.analysisModule.call('terminal', 'log', { type: 'error', value: '[Slither Analysis]: Error occured! See remixd console for details.' })
showWarnings(warningMessage, 'warningModuleName')
}) })
}) })
} else { } else {

Loading…
Cancel
Save