You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.NullPointerException
at com.gdubina.tool.langutil.ToolExport.export(ToolExport.java:73)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:68)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:56)
at com.gdubina.tool.langutil.Tool.main(Tool.java:22)
The text was updated successfully, but these errors were encountered:
Fixed issue hamsterksu#5 and hamsterksu#6 removing the 'if' that cause the exit from 'for' loop, when exporting from directories with different from the default ('values').
Fixed issue hamsterksu#6 removing the 'if' that cause the exit from 'for' loop, when exporting from directories with different from the default ('values').
Exception in thread "main" java.lang.NullPointerException
at com.gdubina.tool.langutil.ToolExport.export(ToolExport.java:73)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:68)
at com.gdubina.tool.langutil.ToolExport.run(ToolExport.java:56)
at com.gdubina.tool.langutil.Tool.main(Tool.java:22)
The text was updated successfully, but these errors were encountered: