mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 02:34:52 +00:00
V4.6.7-production (#759)
This commit is contained in:
@@ -4,7 +4,7 @@ export const removeFilesByPaths = (paths: string[]) => {
|
||||
paths.forEach((path) => {
|
||||
fs.unlink(path, (err) => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
// console.error(err);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user