Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
victor871129 committed May 24, 2022
1 parent b4dbfaa commit 9f2c19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const firstApp = () => {
createFolder(useReject, () => '', (hasError, _, errorScript) => useResolve({ hasError, errorScript }));
})
.then(({ hasError, errorScript }) => {
if (hasError) return console.error(`Error when running script '${errorScript}'. Your project must run isolatedly.`);
if (hasError) return console.error(`Error when running script '${errorScript}'. Your project scripts must run isolatedly and without timeout.`);

console.log(`${Math.round((progressBar++) * 100 / progressTotal)}%`);
// TODO message: Ignored these root folders: node_modules, build. Dependencies not analyzed with these package.json scripts: start, eject
Expand Down

0 comments on commit 9f2c19e

Please sign in to comment.