Skip to content

Commit f969eac

Browse files
Remove mention of JavaScript (#6673)
1 parent e8276ab commit f969eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rewrite-core/src/main/java/org/openrewrite/rpc/RewriteRpcProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void run() {
134134
// Ignore errors reading final stdout
135135
}
136136

137-
String message = "JavaScript RPC process shut down early with exit code " + exitCode;
137+
String message = "RPC process shut down early with exit code " + exitCode;
138138
String errorOutput = accumulatedStderr.toString();
139139
if (!stdOutput.isEmpty()) {
140140
message += "\nStandard output:\n " + stdOutput.replace("\n", "\n ");

0 commit comments

Comments
 (0)