mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(cloudfunc) getTitle
This commit is contained in:
parent
cf36456303
commit
98de9c6bfd
2 changed files with 16 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ module.exports.formatMsg = (msg, name, status) => {
|
|||
* @path
|
||||
*/
|
||||
module.exports.getTitle = (path) => {
|
||||
return NAME + ' - ' + (path || Path());
|
||||
return NAME + ' - ' + (path || Path());
|
||||
};
|
||||
|
||||
/** Функция получает адреса каждого каталога в пути
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue