move to third_party

This commit is contained in:
Simon Knott 2025-01-13 11:19:01 +01:00
parent 2224fd2bf9
commit 41a552f421
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
5 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ import path from 'path';
import { httpRequest } from '../../utils/network';
import { ManualPromise } from '../../utils/manualPromise';
import { extract } from '../../zipBundle';
import tar from '../../utils/tar';
import tar from '../../utils/third_party/tar';
import { pipeline } from 'stream/promises';
import { createBrotliDecompress } from 'zlib';
import type { Writable } from 'stream';