We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8276ab commit f969eacCopy full SHA for f969eac
1 file changed
rewrite-core/src/main/java/org/openrewrite/rpc/RewriteRpcProcess.java
@@ -134,7 +134,7 @@ public void run() {
134
// Ignore errors reading final stdout
135
}
136
137
- String message = "JavaScript RPC process shut down early with exit code " + exitCode;
+ String message = "RPC process shut down early with exit code " + exitCode;
138
String errorOutput = accumulatedStderr.toString();
139
if (!stdOutput.isEmpty()) {
140
message += "\nStandard output:\n " + stdOutput.replace("\n", "\n ");
0 commit comments