mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix diff
This commit is contained in:
@@ -458,7 +458,7 @@ class Diff
|
||||
|
||||
deletedFileList = deletedFileList.filter(function (item) {
|
||||
if (
|
||||
item.indexOf('test/') === 0 ||
|
||||
item.indexOf('tests/') === 0 ||
|
||||
item.indexOf('frontend/less') === 0
|
||||
) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user