fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@push.rocks/smartarchive', |   name: '@push.rocks/smartarchive', | ||||||
|   version: '4.0.27', |   version: '4.0.28', | ||||||
|   description: 'A library for working with archive files, providing utilities for compressing and decompressing data.' |   description: 'A library for working with archive files, providing utilities for compressing and decompressing data.' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -113,6 +113,7 @@ export class TarTools { | |||||||
|         content: plugins.smartfile.fsStream.createReadStream(absolutePath), |         content: plugins.smartfile.fsStream.createReadStream(absolutePath), | ||||||
|       }); |       }); | ||||||
|     } |     } | ||||||
|  |     return pack; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   public async getPackStream() { |   public async getPackStream() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user