chore(terminal) add ","

This commit is contained in:
coderaiser 2017-07-28 15:00:40 +03:00
parent d156cf87ec
commit afc2569f38

View file

@ -62,7 +62,7 @@ function getEnv() {
ACTIVE_DIR: DOM.getCurrentDirPath,
PASSIVE_DIR: DOM.getNotCurrentDirPath,
CURRENT_NAME: DOM.getCurrentName,
CURRENT_PATH: DOM.getCurrentPath
CURRENT_PATH: DOM.getCurrentPath,
};
}