diff --git a/client/listeners/index.js b/client/listeners/index.js index 24a99454..faf104ae 100644 --- a/client/listeners/index.js +++ b/client/listeners/index.js @@ -179,7 +179,7 @@ function isNoCurrent(panel) { return namePanel !== nameInfoPanel; } -function decodePath(path){ +function decodePath(path) { const url = CloudCmd.HOST; const {prefix} = CloudCmd; const prefixReg = RegExp('^' + prefix + FS);