Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

fix: const task was already defined and Multispinner is not defined #1081

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions template/.electron-vue/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ async function build () {

del.sync(['dist/electron/*', '!.gitkeep'])

const tasks = ['main', 'renderer']
const m = new Multispinner(tasks, {
preText: 'building',
postText: 'process'
})

let results = ''

const tasks = new Listr(
Expand Down