Skip to content

Commit 9e735d5

Browse files
committed
Remove commented codes
1 parent 306c183 commit 9e735d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/src/lookup.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,7 @@ export async function runLookup(command: InferValue<typeof lookupCommand>) {
508508
try {
509509
objects = await Promise.all(promises);
510510
} catch (_error) {
511-
//TODO: implement -a --authorized-fetch
512-
// await server?.close();
511+
await server?.close();
513512
process.exit(1);
514513
}
515514

0 commit comments

Comments
 (0)