General Refactoring
This commit is contained in:
parent
22de1b06b7
commit
4e433000eb
|
@ -291,10 +291,9 @@ public class BytecodeViewer
|
|||
viewer.requestFocus();
|
||||
|
||||
//open files from launch args
|
||||
if (!cli)
|
||||
if (launchArgs.length >= 1)
|
||||
for (String s : launchArgs)
|
||||
openFiles(new File[]{new File(s)}, true);
|
||||
if (!cli && launchArgs.length >= 1)
|
||||
for (String s : launchArgs)
|
||||
openFiles(new File[]{new File(s)}, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user