chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-04-04 11:46:31 +03:00
parent 46102d1a76
commit 3cf12de6c0
7 changed files with 9 additions and 0 deletions

View file

@ -160,6 +160,7 @@ module.exports.buildFromJSON = (params) => {
Path(path);
fileTable += header + '<ul data-name="js-files" class="files">';
/* Если мы не в корне */
if (path !== '/') {
const dotDot = getDotDot(path);