Skip to content

Commit

Permalink
add command display
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Dec 21, 2024
1 parent 8aac49f commit fc39669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mhotkey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ namespace MHotkey{

if (hPipe == INVALID_HANDLE_VALUE) {
std::cerr << "Failed to connect to named pipe. Error: " << GetLastError() << std::endl;
printf("Run this command to open manually: %s\n", cmdLine.c_str());
return;
}

Expand Down

0 comments on commit fc39669

Please sign in to comment.