Changeset 34208 in osm for applications/editors/josm/plugins/CommandLine
- Timestamp:
- 2018-05-20T21:21:27+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r33733 r34208 504 504 synchronized (debugstr) { 505 505 Logging.error( 506 tr("Error executing the script: ")+507 debugstr.toString() + e.getMessage() + "\n"+ Arrays.toString(e.getStackTrace()));506 tr("Error executing the script:") + ' ' + 507 debugstr.toString() + e.getMessage() + '\n' + Arrays.toString(e.getStackTrace())); 508 508 } 509 509 return;
Note:
See TracChangeset
for help on using the changeset viewer.