Format
This commit is contained in:
@@ -258,9 +258,7 @@ async function main() {
|
|||||||
s.stop("Dependencies installed!");
|
s.stop("Dependencies installed!");
|
||||||
} catch {
|
} catch {
|
||||||
s.stop("Failed to install dependencies");
|
s.stop("Failed to install dependencies");
|
||||||
p.log.warn(
|
p.log.warn(`Run ${pc.cyan(`cd ${projectName} && ${installCmd}`)} manually`);
|
||||||
`Run ${pc.cyan(`cd ${projectName} && ${installCmd}`)} manually`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user