nicer toString

This commit is contained in:
rusefillc 2022-07-15 04:12:53 -04:00
parent 16bafb4cb5
commit c54418d25d
1 changed files with 5 additions and 0 deletions

View File

@ -100,4 +100,9 @@ public class TsPluginLauncher implements ApplicationPlugin {
public double getRequiredPluginSpec() {
return PLUGIN_API_VERSION;
}
@Override
public String toString() {
return super.toString() + " " + getVersion();
}
}