mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-21 03:35:25 -04:00
[fix] 修复include部分丢失的bug
Signed-off-by: zhangning <zhangning@kaihongdigi.com>
This commit is contained in:
@@ -416,7 +416,7 @@ class MainEditor {
|
||||
pme.checkAllError();
|
||||
XMessage.gi().send("writefile", {
|
||||
fn: pme.filePoint_,
|
||||
data: Generator.gi().objToHcs(pme.files_[pme.filePoint_], 0)
|
||||
data: Generator.gi().makeHcs(pme.filePoint_,pme.files_[pme.filePoint_])
|
||||
})
|
||||
}
|
||||
else if (type.substring(0, 13) == "change_target") {
|
||||
|
||||
Reference in New Issue
Block a user