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 39d510f commit 4cf7456Copy full SHA for 4cf7456
1 file changed
src/cli.ts
@@ -710,7 +710,7 @@ program.command('open-project')
710
711
program.command('editor-logs')
712
.description('Prints the path to the Unity Editor log files.')
713
- .action(async (options) => {
+ .action(async () => {
714
const unityEditorLogsPath = UnityEditor.GetEditorLogsDirectory();
715
process.stdout.write(`${unityEditorLogsPath}\n`);
716
process.exit(0);
0 commit comments