mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
improve log
This commit is contained in:
parent
b25f3c0afe
commit
f7818495e3
@ -8,7 +8,7 @@ import unzipper from "unzipper"
|
||||
export async function extractFile(file, dest) {
|
||||
const ext = path.extname(file)
|
||||
|
||||
console.log(`Extracting ${file} to ${dest}...`)
|
||||
console.log(`extractFile() | Extracting ${file} to ${dest}...`)
|
||||
|
||||
switch (ext) {
|
||||
case ".zip": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user