Changeset 32683 in osm for applications/editors/josm
- Timestamp:
- 2016-07-21T03:39:43+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r32416 r32683 40 40 import java.nio.file.StandardCopyOption; 41 41 import java.util.ArrayList; 42 import java.util.Arrays; 42 43 import java.util.Collection; 43 44 import java.util.List; … … 518 519 Main.error( 519 520 tr("Error executing the script: ") + 520 debugstr.toString() + e.getMessage() + "\n" + e.getStackTrace());521 debugstr.toString() + e.getMessage() + "\n" + Arrays.toString(e.getStackTrace())); 521 522 } 522 523 return;
Note:
See TracChangeset
for help on using the changeset viewer.