mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(cloudfunc) coverage
This commit is contained in:
parent
9dd993fe3f
commit
a8fafbf87b
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue