mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
show newline for error
This commit is contained in:
parent
242875e7f5
commit
ff5e27b18b
|
@ -3,7 +3,7 @@ REPORT zabapgit.
|
|||
* See https://github.com/larshp/abapGit/
|
||||
|
||||
CONSTANTS: gc_xml_version TYPE string VALUE 'v0.2-alpha', "#EC NOTEXT
|
||||
gc_abap_version TYPE string VALUE 'v0.73'. "#EC NOTEXT
|
||||
gc_abap_version TYPE string VALUE 'v0.74'. "#EC NOTEXT
|
||||
|
||||
********************************************************************************
|
||||
* The MIT License (MIT)
|
||||
|
@ -1667,6 +1667,10 @@ CLASS lcl_package IMPLEMENTATION.
|
|||
ENDLOOP.
|
||||
ENDLOOP.
|
||||
|
||||
IF NOT rv_errors IS INITIAL.
|
||||
CONCATENATE '<br>' rv_errors INTO rv_errors.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD create.
|
||||
|
|
Loading…
Reference in New Issue
Block a user