Skip to content

Commit 13b18d6

Browse files
committed
Minor fixes
1 parent 235e51f commit 13b18d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installer/stages/platformio-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ export default class PlatformIOCoreStage extends BaseStage {
191191
withProgress('Loading PlatformIO Core state', 40);
192192
await this.loadCoreState();
193193

194-
withProgress('Installing PlatformIO Home', 10);
194+
withProgress('Installing PlatformIO Home', 80);
195195
await this.installPIOHome();
196196
} catch (err) {
197197
misc.reportError(err);
198198
throw err;
199199
}
200200

201-
withProgress('Completed!', 10);
201+
withProgress('Completed!', 100);
202202
return true;
203203
}
204204

0 commit comments

Comments
 (0)