From 970ba867a1156e9bacd00f97ade58d8fe6b2b021 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 22 Nov 2013 11:19:27 +0000 Subject: [PATCH] fix(client) format -> formatMsg --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 05a7df01..4d204cd6 100644 --- a/lib/client.js +++ b/lib/client.js @@ -174,7 +174,7 @@ var Util, DOM, CloudFunc, CloudCmd; lFile = lQuery[2]; lCurrent = DOM.getCurrentFileByName(lFile); if (lFile && !lCurrent) { - lMsg = CloudFunc.format('set current file', lFile, 'error'); + lMsg = CloudFunc.formatMsg('set current file', lFile, 'error'); Util.log(lMsg); } else { DOM.setCurrentFile(lCurrent);