From 6ad437957257a26af84a3d5893be65acabf45cb1 Mon Sep 17 00:00:00 2001 From: Milad Date: Fri, 14 Jan 2022 18:40:27 +0330 Subject: [PATCH] Fix Error in building the app Please either remove these commented lines or put another name for task you are defining the new --- template/.electron-vue/build.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template/.electron-vue/build.js b/template/.electron-vue/build.js index 9523ea1b..05165469 100644 --- a/template/.electron-vue/build.js +++ b/template/.electron-vue/build.js @@ -38,11 +38,15 @@ async function build () { del.sync(['dist/electron/*', '!.gitkeep']) + /** + + Please either remove these commented lines or put another name + const tasks = ['main', 'renderer'] const m = new Multispinner(tasks, { preText: 'building', postText: 'process' - }) + })**/ let results = ''