fix: clean up

This commit is contained in:
Bogdan Lyashenko
2019-05-20 19:08:12 +02:00
parent adf9aac96a
commit 802ceb1ff5
2 changed files with 7 additions and 3 deletions

View File

@@ -154,7 +154,12 @@ export const calcFilesTreeLayoutNodes = namespace => (dispatch, getState) => {
namespaceConfig
);
const { codeCrumbsDiagramOn, codeCrumbsMinimize, codeCrumbsDetails, codeCrumbsCodePreview } = getCheckedState(state);
const {
codeCrumbsDiagramOn,
codeCrumbsMinimize,
codeCrumbsDetails,
codeCrumbsCodePreview
} = getCheckedState(state);
if (!sourceTree) return;

View File

@@ -27,8 +27,7 @@ const run = (
logger.info(
`+ started: source watcher: ${namespace} for: ${projectName}; `,
`setup: dir - ${projectDir}, entry point - ${entryPoint}`,
`options: webPackConfig - ${webpackConfigPath}, tsConfig - ${tsConfigPath}`
`options: webPackConfig - ${webpackConfigPath || '?'}, tsConfig - ${tsConfigPath || '?'}`
);
connection.on('message', ({ utf8Data }) => {