mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove loggers
This commit is contained in:
parent
31276924aa
commit
572bf0ec57
1 changed files with 0 additions and 4 deletions
|
|
@ -12,10 +12,6 @@ export async function compress ( input, archivePath ) {
|
||||||
|
|
||||||
// const isBuffer = Buffer.isBuffer( input )
|
// const isBuffer = Buffer.isBuffer( input )
|
||||||
|
|
||||||
console.log( 'process.cwd()', input )
|
|
||||||
console.log( 'archivePath', archivePath )
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const mountRoot = 'virtual'//input.split( '\\' ).slice( 0, -1 ).join( '\\' )
|
const mountRoot = 'virtual'//input.split( '\\' ).slice( 0, -1 ).join( '\\' )
|
||||||
sevenZip.FS.mkdir( mountRoot )
|
sevenZip.FS.mkdir( mountRoot )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue