fix(core): update
This commit is contained in:
@@ -3,11 +3,7 @@ import * as plugins from './plugins.js';
|
||||
|
||||
export class TarTools {
|
||||
// INSTANCE
|
||||
smartArchiveRef: SmartArchive;
|
||||
|
||||
constructor(smartArchiveRefArg: SmartArchive) {
|
||||
this.smartArchiveRef = smartArchiveRefArg;
|
||||
}
|
||||
constructor() {}
|
||||
|
||||
// packing
|
||||
public async addFileToPack(
|
||||
|
Reference in New Issue
Block a user