Merge pull request #5186 from hardillb/fix-library-leaking-paths

Prevent library leaking full local paths
This commit is contained in:
Nick O'Leary
2025-06-25 14:33:06 +01:00
committed by GitHub

View File

@@ -135,7 +135,7 @@ function getLibraryEntry(type,path) {
throw err;
});
} else {
throw err;
throw new Error(`Library Entry not found ${path}`, { cause: err});
}
});
}