mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
fix: post process file error
This commit is contained in:
parent
4a53faac85
commit
389eaf7104
@ -57,7 +57,7 @@ export function createModuleBuilder(
|
|||||||
content = processer(content, type);
|
content = processer(content, type);
|
||||||
});
|
});
|
||||||
|
|
||||||
return new ResultFile(content, type, file.name);
|
return new ResultFile(file.name, type, content);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user