bugfix remove temp debug functionality
This commit is contained in:
parent
c7a482d325
commit
c19fb7efe0
3 changed files with 1 additions and 11 deletions
|
@ -76,11 +76,6 @@ module.exports.initPackageManager = async (opts) => {
|
|||
info
|
||||
} = opts
|
||||
|
||||
// TODO: TEMP
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, 2000)
|
||||
})
|
||||
|
||||
const example = path.join(dest, 'example')
|
||||
|
||||
const commands = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue