mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 09:14:48 -04:00
+1
-1
@@ -16,7 +16,7 @@
|
||||
#ifndef OHOS_RESTOOL_SINGLETON_OBJECT_H
|
||||
#define OHOS_RESTOOL_SINGLETON_OBJECT_H
|
||||
|
||||
#include "nocopyable.h"
|
||||
#include "no_copy_able.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
|
||||
@@ -70,7 +70,7 @@ bool ResourceDirectory::ScanResourceLimitKeyDir(const string &resourceTypeDir, c
|
||||
string fileCluster = it->GetFilePath().GetFilename();
|
||||
if (ResourceUtil::IsIgnoreFile(fileCluster, it->IsFile())) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
if (it->IsFile()) {
|
||||
cerr << "Error: '" << dirPath << "' not directory." << endl;
|
||||
|
||||
Reference in New Issue
Block a user