cli/new: log templating step

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-02-11 13:28:48 +01:00
parent 9b82dabd50
commit f5e56f0b5d
@@ -39,7 +39,11 @@ export async function executePortableTemplate(
let modified = false;
try {
const { targetDir } = await writeTemplateContents(template, input);
const { targetDir } = await Task.forItem(
'templating',
input.packagePath,
() => writeTemplateContents(template, input),
);
modified = true;