Skip to content

Panes intermittently not working #5

@mattfordham

Description

@mattfordham

Probably 40% of the time when I run a 'consular start' command that includes multiple panes, all the commands run in one pane, one after the other. Running the command a second time usually works. A coworker has experienced the same thing. Is this a known issue?

Here is an example script... does it look weird/wrong? Again, it works most of the time.

run 'cd /path/to/project'
run 'mate .'

pane do
  run 'cd /path/to/project'
  run 'guard'
  pane do
    run 'cd /path/to/project'
    run 'rails console'
  end
  pane do
    run 'cd /path/to/project'
    run 'rails server'
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions