Skip to content

Commit 629e5f5

Browse files
committed
new compiled CLI
1 parent 3338f4d commit 629e5f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37186,7 +37186,6 @@ async function syncDirectory(sourceDirPath, destDirPath, excludePatterns) {
3718637186
}
3718737187
}
3718837188
async function syncFile(sourceFilePath, destFilePath) {
37189-
core.info(`Syncing file: ${sourceFilePath} to ${destFilePath}`);
3719037189
await io.mkdirP(path.dirname(destFilePath));
3719137190
fs.copyFileSync(sourceFilePath, destFilePath);
3719237191
}

0 commit comments

Comments
 (0)