mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 17:24:42 -04:00
!233 修复解引用失败时增量编译仍返回成功的问题
Merge pull request !233 from liduo/fix_append_ref
This commit is contained in:
@@ -65,7 +65,7 @@ uint32_t ResourceAppend::Combine()
|
||||
}
|
||||
|
||||
if (!ParseRef()) {
|
||||
return false;
|
||||
return RESTOOL_ERROR;
|
||||
}
|
||||
|
||||
ResourceTable resourceTable;
|
||||
|
||||
Reference in New Issue
Block a user