Skip to content

Commit

Permalink
Add a hard timeout for all processes we spawn (#460)
Browse files Browse the repository at this point in the history
timeout kill all exec processes. default time is 10s
  • Loading branch information
juozasg authored and Kingdon Barrett committed Sep 8, 2023
1 parent c88a83c commit a8fe1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/checkVersions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { commands, Uri, window } from 'vscode';

import * as shell from 'cli/shell/exec';
import { enabledWGE, telemetry, enabledFluxChecks, suppressDebugMessages } from 'extension';
import { enabledFluxChecks, enabledWGE, suppressDebugMessages, telemetry } from 'extension';
import { Errorable, failed } from 'types/errorable';
import { CommandId } from 'types/extensionIds';
import { TelemetryError } from 'types/telemetryEventNames';
Expand Down

0 comments on commit a8fe1e7

Please sign in to comment.