rtfeldman/node-test-runner

Running elm-test leaves fish shell in a weird state

Closed this issue · 3 comments

jjant commented

After running elm-test in fish, the terminal is left in a weird state, with the next line not displaying properly sometimes.
It's hard to explain, but I'm guessing the program is writing some weird character somewhere.

image

Pressing Ctrl-C or Ctrl-L (clear screen) displays the control characters if you press them directly after running elm-test, these are not displayed in normal situations.

Hi! Can you test the latest version – revison7 (not 2) – and see if the same thing happens there?

jjant commented

@lydell Hey, thanks, I just checkedd the latest version and it works correctly!

Any ideas what was causing it?

Any ideas what was causing it?

Apparently not: #414 (comment)

But I would bet the more disciplined logging and process.exit usage when refactoring helped.