fix(core): update
This commit is contained in:
@@ -35,7 +35,7 @@ export class SmartArchive {
|
||||
// INSTANCE
|
||||
public gzipTools = new GzipTools(this);
|
||||
public bzip2Tools = new Bzip2Tools(this);
|
||||
public tarTools = new TarTools(this);
|
||||
public tarTools = new TarTools();
|
||||
public zipTools = new ZipTools(this);
|
||||
public archiveAnalyzer = new ArchiveAnalyzer(this);
|
||||
|
||||
|
Reference in New Issue
Block a user