chore(listeners) lint

This commit is contained in:
coderaiser 2020-03-18 21:08:12 +02:00
parent ce503c8e9a
commit 04df87c992

View file

@ -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);