Skip to content

Commit

Permalink
fix import in tarGzInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Sep 20, 2024
1 parent 3162502 commit a55f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packageManager/tarGzInstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import * as tar from 'tar';
import { Readable } from 'stream';
import { EventStream } from '../eventStream';
import { InstallationStart, ZipError } from '../omnisharp/loggingEvents';
import { InstallationStart, ZipError } from '../shared/loggingEvents';
import { NestedError } from '../nestedError';
import { AbsolutePath } from './absolutePath';

Expand Down

0 comments on commit a55f34e

Please sign in to comment.