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 cadf950 commit 31279e4Copy full SHA for 31279e4
src/templates/cp.ts
@@ -49,6 +49,7 @@ git push
49
if (process.platform !== "win32") {
50
await chmod(outputPath, "755");
51
}
52
+
53
console.log(`Output log written to: ${outputPath}`);
54
};
55
0 commit comments