fix: bad uuid reference to resourceService
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
KernelDeimos
2025-01-02 10:53:37 -05:00
parent 0c5f780f59
commit 13003c486f
@@ -85,8 +85,9 @@ class PuterFSProvider {
}
});
if ( resourceService.getResourceInfo(this.uid) ) {
entry = await fsEntryService.get(this.uid, options);
const maybe_uid = node.uid;
if ( resourceService.getResourceInfo(maybe_uid) ) {
entry = await fsEntryService.get(maybe_uid, options);
controls.log.debug('got an entry from the future');
} else {
entry = await fsEntryFetcher.find(