Skip to content

Commit

Permalink
chore: show path on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Jun 26, 2022
1 parent 963d699 commit 80c05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blender-launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
var path = str["f:".Length..].Trim();
if (!File.Exists(path))
{
Console.WriteLine("[blender-launcher] invalid file path detected");
Console.WriteLine($"[blender-launcher] invalid file path detected: {path}");
return;
}

Expand Down

0 comments on commit 80c05e6

Please sign in to comment.