Skip to content

Commit

Permalink
fix: update variable name for frame index (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitanjaliChhetri authored Dec 21, 2022
1 parent 585e129 commit 943e4f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/Cornerstone/Segmentation_4X.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,9 @@ function checkSEGsOverlapping(

if (!imageId) {
console.warn(
"Image not present in stack, can't import frame : " + i + "."
"Image not present in stack, can't import frame : " +
frameSegment +
"."
);
continue;
}
Expand Down

0 comments on commit 943e4f8

Please sign in to comment.