test(cloudfunc) coverage

This commit is contained in:
coderaiser 2017-08-02 13:16:30 +03:00
parent 9dd993fe3f
commit a8fafbf87b
3 changed files with 4 additions and 4 deletions

View file

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