mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(listeners) lint
This commit is contained in:
parent
ce503c8e9a
commit
04df87c992
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue