We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e5ded commit 1720fa7Copy full SHA for 1720fa7
src/main/java/org/polypheny/control/control/Control.java
@@ -134,7 +134,7 @@ public void purgePolyphenyFolder( Context ctx ) {
134
getClientCommunicationStream( ctx, "Running in Polyfier mode, all commands are ignored!" );
135
return;
136
}
137
- ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "updateOutput" ) ) ) );
+ ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "logOutput" ) ) ) );
138
139
140
0 commit comments