We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d353e1d commit c87dcd2Copy full SHA for c87dcd2
lib/cli.js
@@ -33,9 +33,10 @@ module.exports = async (argvs) => {
33
{}
34
);
35
await fs.copy(tempDir + "/dist", targetDir);
36
+ const timerDownloaded = timer.get();
37
await onLoad(targetDir, version, argv);
38
spinner.succeed(
- `${nameWithVersion} copied to ${targetDir} in ${timer.get()}. Have fun!`
39
+ `${nameWithVersion} copied to ${targetDir} in ${timerDownloaded}. Have fun!`
40
41
return;
42
} catch (err) {
0 commit comments