Closed Splines closed 1 day ago
Fixes #53.
I didn't encounter this situation since we set shouldLockDuringCommandExecution to true only for Mac, that's why we experienced the different behavior here. I forgot to reset the isExecutingCommand flag during the shell reset.
shouldLockDuringCommandExecution
isExecutingCommand
nice
can be merged
Fixes #53.
I didn't encounter this situation since we set
shouldLockDuringCommandExecution
to true only for Mac, that's why we experienced the different behavior here. I forgot to reset theisExecutingCommand
flag during the shell reset.