Skip to content

Commit ff39bf8

Browse files
committed
chore: wip
1 parent c583d0d commit ff39bf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/launchpad/src/dev/dump.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ function generateProjectHash(projectPath: string): string {
1616
const hash = crypto.createHash('md5').update(resolvedPath).digest('hex')
1717
const projectName = path.basename(resolvedPath)
1818
const result = `${projectName}_${hash.slice(0, 8)}`
19+
20+
return result
1921
}
2022

2123
export interface DumpOptions {

0 commit comments

Comments
 (0)