Skip to content

Commit

Permalink
Merge pull request #2180 from headlamp-k8s/fix-tar
Browse files Browse the repository at this point in the history
app: Fix problem with tar import
  • Loading branch information
illume authored Jul 19, 2024
2 parents 790d38c + 9a89d12 commit 140b999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/electron/plugin-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import os from 'os';
import path from 'path';
import semver from 'semver';
import stream from 'stream';
import tar from 'tar';
import * as tar from 'tar';
import zlib from 'zlib';
import envPaths from './env-paths';

Expand Down

0 comments on commit 140b999

Please sign in to comment.