chore(user-menu) rm "\n"

This commit is contained in:
coderaiser 2019-05-28 14:04:09 +03:00
parent 3273c1abe5
commit 24aa355ed0

View file

@ -7,7 +7,6 @@ module.exports = {
'C - Create User Menu File': async ({DOM, CloudCmd}) => {
const {CurrentInfo} = DOM;
const {dirPath} = CurrentInfo;
const path = `${dirPath}.cloudcmd.menu.js`;
const {prefix} = CloudCmd;