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 6b476cd..51692e5 100644
--- a/stella.js
+++ b/stella.js
@@ -326,7 +326,7 @@ Thanks:
file.appendRelativePath(U.fixFilename(title) + ext);
if (file.exists())
- return U.echoerr('The file already exists! -> ' + file.path);
+ return U.echoError('The file already exists! -> ' + file.path);
file = makeFileURI(file);