Skip to content

Commit 3cd79b7

Browse files
authored
fix prev commit
1 parent 377380d commit 3cd79b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ function onBinariesInstallDone() {
741741
}
742742

743743
function cleanLegacyUnifyBuilder() {
744+
const resManager = ResManager.GetInstance();
744745
const legacyDir = File.fromArray([resManager.getLegacyBuilderDir().path, 'bin']);
745746
if (legacyDir.IsDir()) {
746747
platform.DeleteDir(legacyDir);

0 commit comments

Comments
 (0)