File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 7
7
type Resolution ,
8
8
} from "@lpm/core" ;
9
9
import { NSID } from "@atproto/syntax" ;
10
- import { emptyDir , ensureFile , exists } from "@std/fs" ;
10
+ import { ensureFile , exists } from "@std/fs" ;
11
11
import { Command } from "@cliffy/command" ;
12
12
import * as inputTypes from "./types.ts" ;
13
13
import * as fmt from "@std/fmt/colors" ;
@@ -109,8 +109,6 @@ export class FetchCommand implements CommandDescriptor {
109
109
( nsid : string ) => this . nodeFactory . create ( NSID . parse ( nsid ) ) ,
110
110
) ;
111
111
112
- await emptyDir ( this . resolutionsDir . getRoot ( ) + "/lexicons" ) ;
113
-
114
112
for await ( const resolution of this . registry . resolve ( roots ) ) {
115
113
if ( ! resolution . success ) {
116
114
console . error ( "failed to resolve " , resolution . errorCode ) ;
You can’t perform that action at this time.
0 commit comments