aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/stella.js b/stella.js
index 18cd8a2..60c9cb6 100644
--- a/stella.js
+++ b/stella.js
@@ -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;
}