Skip to content

Commit 434f43d

Browse files
authored
Update pioarduino-core.js
1 parent 42eaf1e commit 434f43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/stages/pioarduino-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default class pioarduinoCoreStage extends BaseStage {
198198
console.warn(err);
199199
// cleanup
200200
try {
201-
await fs.rm(PlatformIOCoreStage.getBuiltInPythonDir(), {
201+
await fs.rm(pioarduinoCoreStage.getBuiltInPythonDir(), {
202202
recursive: true,
203203
force: true,
204204
});

0 commit comments

Comments
 (0)