Skip to content

Commit 8024136

Browse files
committed
jetbrains fix
1 parent f4eda33 commit 8024136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

binary/src/IpcMessenger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ export class IpcMessenger<
170170
});
171171
}
172172
_sendMsg(msg: Message) {
173-
// console.log("[info] Sending message: ", msg);
174173
const d = JSON.stringify(msg);
174+
// console.log("[info] Sending message: ", d);
175175
process.stdout?.write(d + "\r\n");
176176
}
177177
}

extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/continue/CoreMessenger.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class CoreMessenger(private val project: Project, esbuildPath: String, continueC
147147
"applyToFile",
148148
"getGitHubAuthToken",
149149
"setGitHubAuthToken",
150+
"pathSep"
150151
)
151152

152153
private val PASS_THROUGH_TO_WEBVIEW = listOf<String>(

0 commit comments

Comments
 (0)