We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8f9f4 commit 8a63858Copy full SHA for 8a63858
ExtLibs/ArduPilot/Joystick/JoystickBase.cs
@@ -1340,7 +1340,7 @@ public void ImportConfig(string fileName)
1340
1341
if (!File.Exists(fileName))
1342
{
1343
- throw new FileNotFoundException("Archive file not found: " + fileName);
+ throw new FileNotFoundException($"Archive file not found: {fileName}");
1344
}
1345
1346
// extract all files from archive to user data directory
0 commit comments