[BUG]: komorebic stop --ahk
doesn't stop autohotkey because of trailing space in command line
#1174
Labels
komorebic stop --ahk
doesn't stop autohotkey because of trailing space in command line
#1174
Summary
Hello, when the AHK option is used and trying to stop the program, komorebi does not find the autohotkey process to stop it because there is a trailing space in the command line so the
($_.CommandLine -like '*komorebi.ahk"')
condition does not match.Output when trying to stop the script:
Empty output of original command:
Output of modified command:
Command line as hex bytes to show the hidden trailing space (0x20):
Version Information
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
The text was updated successfully, but these errors were encountered: