Skip to content

Commit

Permalink
Merge pull request #461 from Kitware/floryst-patch-1
Browse files Browse the repository at this point in the history
fix(fileLoader): incorrect return location
  • Loading branch information
floryst authored Nov 3, 2022
2 parents be4ff6f + 52c627b commit 25f4161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/fileLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ export default ({ proxyManager, girder }) => ({
index: fileIndex,
error,
});
return ret;
}
return ret;
}
}

Expand Down

0 comments on commit 25f4161

Please sign in to comment.