Skip to content

Commit 2198afb

Browse files
committed
Add description and version output
1 parent 76932dc commit 2198afb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/me/jddev0/ExampleModule.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ private void printModuleInformation(LangInterpreterInterface lii, final int SCOP
164164

165165
System.out.println("Lang Module configuration:");
166166
System.out.println(" Name : " + lmc.getName());
167+
System.out.println(" Description : " + lmc.getDescription());
168+
System.out.println(" Version : " + lmc.getVersion());
167169
System.out.println(" Min ver : " + lmc.getMinSupportedVersion());
168170
System.out.println(" Max ver : " + lmc.getMaxSupportedVersion());
169171
System.out.println(" Native entry point: " + lmc.getNativeEntryPoint());

0 commit comments

Comments
 (0)