npm imports working without location

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

@ -132,7 +132,6 @@ 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