mirror of https://github.com/node-red/node-red.git
Prevent library leaking full local paths
parent
407d231cdd
commit
1036805b11
|
|
@ -135,7 +135,7 @@ function getLibraryEntry(type,path) {
|
|||
throw err;
|
||||
});
|
||||
} else {
|
||||
throw err;
|
||||
throw new Error(`Library Entry not found ${path}`, { cause: err});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue