File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5656 "semver" : " ^7.3.7" ,
5757 "tar" : " ~6.1.11" ,
5858 "tcp-port-used" : " ~1.0.2" ,
59- "tmp" : " ~0.2.1" ,
6059 "ws" : " ~8.8.1"
6160 },
6261 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import BaseStage from './base';
1616import { callInstallerScript } from '../get-platformio' ;
1717import { promises as fs } from 'fs' ;
1818import path from 'path' ;
19- import tmp from 'tmp' ;
2019
2120export default class PlatformIOCoreStage extends BaseStage {
2221 static getBuiltInPythonDir ( ) {
@@ -25,7 +24,6 @@ export default class PlatformIOCoreStage extends BaseStage {
2524
2625 constructor ( ) {
2726 super ( ...arguments ) ;
28- tmp . setGracefulCleanup ( ) ;
2927 this . configureBuiltInPython ( ) ;
3028 }
3129
You can’t perform that action at this time.
0 commit comments