Skip to content

Commit

Permalink
Version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ripreal committed Jul 19, 2019
1 parent 4f7f728 commit 899cf4f
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 66 deletions.
145 changes: 82 additions & 63 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified releases/v8LogScanner.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public class AppIntitializer {

public static void main(String[] args) {

String t = "D:\\temp\\storage1c";

ExcpReporting.out = System.out; // it is necessary to specify a output for errors before launch app

String pars = String.join(",", args).toUpperCase();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void runAppl() {
m_runServer.add(new MenuItemCmd("Load profile from disk", new CmdLoadProfile(), main));

cmdAppl.setTitle( () ->
"V8 Log Scanner v.1.3"
"V8 Log Scanner v.1.4"
+ "\nRuns on " + Constants.osType
+ "\nProfile: " + profile.getName()
+ "\n********************"
Expand Down

0 comments on commit 899cf4f

Please sign in to comment.