Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
webfiltered committed Jan 17, 2025
1 parent e74a202 commit 0b356f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtualEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ import { app } from 'electron';
import log from 'electron-log/main';
import pty from 'node-pty';
import { ChildProcess, spawn } from 'node:child_process';
import { rm } from 'node:fs/promises';
import os, { EOL } from 'node:os';
import path from 'node:path';

import type { TorchDeviceType } from './preload';
import { HasTelemetry, ITelemetry, trackEvent } from './services/telemetry';
import { getDefaultShell } from './shell/util';
import { pathAccessible } from './utils';
import { rm } from 'node:fs/promises';

export type ProcessCallbacks = {
onStdout?: (data: string) => void;
Expand Down

0 comments on commit 0b356f9

Please sign in to comment.