mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
959fba7865
Previously, it returned a File object, which the Sketch separately stored from the primary SketchFile. By letting it just return the SketchFile, and let callers query that for the filename, Sketch does not need to store the File object itself and there is less chance of info getting out of sync.