Skip to content

Commit d902797

Browse files
committed
fix: set author to unknown by default
1 parent edcd4c4 commit d902797

File tree

1 file changed

+1
-1
lines changed
  • app/renderer/src/UI/Windows/Project/Chooser

1 file changed

+1
-1
lines changed

app/renderer/src/UI/Windows/Project/Chooser/load.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function loadManifest(projectPath: string) {
9797
return {
9898
version: undefined,
9999
name: undefined,
100-
author: undefined,
100+
author: 'Unknown',
101101
description: undefined,
102102
}
103103
}

0 commit comments

Comments
 (0)