mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Fix copy command log
This commit is contained in:
parent
c3a36bb17d
commit
c5dd6195f2
@ -41,8 +41,8 @@ async function copy(hakEnv, moduleInfo) {
|
|||||||
|
|
||||||
if (moduleInfo.cfg.copy) {
|
if (moduleInfo.cfg.copy) {
|
||||||
console.log(
|
console.log(
|
||||||
"Copying " + moduleInfo.cfg.prune + " from " +
|
"Copying files from " +
|
||||||
moduleInfo.moduleOutDir + " to " + moduleInfo.moduleOutDir,
|
moduleInfo.moduleBuildDir + " to " + moduleInfo.moduleOutDir,
|
||||||
);
|
);
|
||||||
const files = await new Promise(async (resolve, reject) => {
|
const files = await new Promise(async (resolve, reject) => {
|
||||||
glob(moduleInfo.cfg.copy, {
|
glob(moduleInfo.cfg.copy, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user