private listenToLocal(): void {
    this.context.localProcessor.addListener('LOCAL@STDOUT', (stdout: string) => {
      this.emit('LOCAL@STDOUT', stdout)
    })
    this.context.localProcessor.addListener('LOCAL@STDERR', (stderr: string) => {