minor changes

pull/1398/head
Aniket-Engg 3 years ago committed by Aniket
parent d09ea220c5
commit 1020a4e73e
  1. 1
      libs/remixd/src/services/slitherClient.ts

@ -132,6 +132,7 @@ export class SlitherClient extends PluginClient {
// Added `stdio: 'ignore'` as for contract with NPM imports analysis which is exported in 'stderr'
// get too big and hangs the process. We process analysis from the report file only
const child = spawn(cmd, { cwd: this.currentSharedFolder, shell: true, stdio: 'ignore' })
const response = {}
child.on('close', () => {
const outputFileAbsPath: string = `${this.currentSharedFolder}/${outputFile}`

Loading…
Cancel
Save