Skip to content

Commit 1d005e2

Browse files
author
Al Manning
committed
debugging info
1 parent 177d19a commit 1d005e2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/publish/confluence/confluence-helper.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,12 @@ export const findAttachments = (
628628
publishFiles: string[] = [],
629629
filePathParam: string = ""
630630
): string[] => {
631+
632+
console.log('findAttachments');
633+
console.log('bodyValue', bodyValue);
634+
console.log('publishFiles', publishFiles);
635+
console.log('filePathParam', filePathParam);
636+
631637
const filePath = pathWithForwardSlashes(filePathParam);
632638

633639
const pathList = filePath.split("/");

src/publish/confluence/confluence.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ async function publish(
496496
fileName
497497
);
498498

499+
console.log('attachmentsToUpload', attachmentsToUpload);
500+
499501
trace("attachmentsToUpload", attachmentsToUpload, LogPrefix.ATTACHMENT);
500502
const updatedBody: ContentBody = updateImagePaths(body);
501503

0 commit comments

Comments
 (0)