diff options
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ Thanks: let file; if (filepath) { - file = io.getFile(io.expandPath(filepath)); + file = io.File(io.expandPath(filepath)); } else { file = dm.userDownloadsDirectory; } |