Add paramter iv_show_log to serialize package (#5457)

Pass along paramter `iv_show_log`(should have been an "unused variable/parameter" check).
This commit is contained in:
Marc Bernard 2022-04-08 15:43:48 +02:00 committed by GitHub
parent 63a87fa6e7
commit 583d215114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ FUNCTION z_abapgit_serialize_package.
ev_xstring = zcl_abapgit_zip=>export(
is_local_settings = ls_local_settings
iv_package = iv_package
iv_show_log = iv_show_log
io_dot_abapgit = lo_dot_abapgit ).
CATCH zcx_abapgit_exception INTO lx_error.