Skip to content

Commit c5f17e4

Browse files
committed
add comment
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 3f0d621 commit c5f17e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/k8.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ export class K8 {
526526
if (entries.length !== 1) {
527527
throw new FullstackTestingError(`invalid source path: ${srcPath}`)
528528
}
529+
// handle symbolic link
529530
if (entries[0].name.indexOf(' -> ') > -1) {
530531
const redirectSrcPath = path.join(path.dirname(srcPath), entries[0].name.substring(entries[0].name.indexOf(' -> ') + 4))
531532
entries = await this.listDir(podName, containerName, redirectSrcPath)

0 commit comments

Comments
 (0)