From d82717ee695339c076556e4092cb160194715127 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 7 Aug 2011 19:32:26 +0900 Subject: Fix a typo --- stella.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stella.js') 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); -- cgit v1.2.3