fix(core): temporary disable outputs watching on inux
This commit is contained in:
parent
09cfbf090b
commit
65f7d61285
@ -294,10 +294,8 @@ export async function startServer(): Promise<Server> {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// temporary disable outputs tracking when using WSL
|
// temporary disable outputs tracking on linux
|
||||||
const outputsTrackingIsEnabled =
|
const outputsTrackingIsEnabled = process.platform != 'linux';
|
||||||
process.env['WSL_DISTRO_NAME'] === undefined;
|
|
||||||
|
|
||||||
if (outputsTrackingIsEnabled) {
|
if (outputsTrackingIsEnabled) {
|
||||||
if (!getOutputsWatcherSubscription()) {
|
if (!getOutputsWatcherSubscription()) {
|
||||||
storeOutputsWatcherSubscription(
|
storeOutputsWatcherSubscription(
|
||||||
|
|||||||
@ -26,9 +26,9 @@
|
|||||||
"@nrwl/devkit": ["packages/devkit"],
|
"@nrwl/devkit": ["packages/devkit"],
|
||||||
"@nrwl/devkit/*": ["packages/devkit/*"],
|
"@nrwl/devkit/*": ["packages/devkit/*"],
|
||||||
"@nrwl/e2e/utils": ["e2e/utils"],
|
"@nrwl/e2e/utils": ["e2e/utils"],
|
||||||
|
"@nrwl/esbuild": ["packages/esbuild"],
|
||||||
"@nrwl/eslint-plugin-nx": ["packages/eslint-plugin-nx/src"],
|
"@nrwl/eslint-plugin-nx": ["packages/eslint-plugin-nx/src"],
|
||||||
"@nrwl/expo": ["packages/expo"],
|
"@nrwl/expo": ["packages/expo"],
|
||||||
"@nrwl/esbuild": ["packages/esbuild"],
|
|
||||||
"@nrwl/express": ["packages/express"],
|
"@nrwl/express": ["packages/express"],
|
||||||
"@nrwl/jest": ["packages/jest"],
|
"@nrwl/jest": ["packages/jest"],
|
||||||
"@nrwl/jest/*": ["packages/jest/*"],
|
"@nrwl/jest/*": ["packages/jest/*"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user