Skip to content

Commit

Permalink
コミット
Browse files Browse the repository at this point in the history
  • Loading branch information
komiyamma committed Jun 5, 2024
1 parent 3cd4a3b commit fb46e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HmOpenAiGptLaunch/HmOpenAiGpt.mac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* HmOpenAiGpt v 1.1.0.3
* HmOpenAiGpt v 1.1.0.4
*
* Copyright (c) 2024 Akitsugu Komiyama
* under the MIT License
Expand Down Expand Up @@ -268,7 +268,7 @@ const aiExePath = currentMacroDirectory + "\\HmOpenAiGpt.exe";
function outputAlert(msg) {
let hidemaruexedir = hidemarudir();
let dll = loaddll(hidemaruexedir + "\\HmOutputPane.dll");
dll.dllFuncW.Output(msg + "\r\n");
dll.dllfunc.Output(hidemaru.getCurrentWindowHandle(), msg + "\r\n");
}

// ユーザーの「質問内容」が入るテキストファイル
Expand Down

0 comments on commit fb46e50

Please sign in to comment.