Prevent library leaking full local paths

pull/5186/head
Ben Hardill 2025-06-25 11:52:55 +01:00
parent 407d231cdd
commit 1036805b11
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7
1 changed files with 1 additions and 1 deletions

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});
}
});
}