fix: clean up
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user