Skip to content

Commit 5bb0a39

Browse files
committed
make diff smaller
1 parent c642452 commit 5bb0a39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/commands/create.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import {
3737
sanitizeAddons,
3838
type SelectedAddon
3939
} from './add/index.ts';
40-
import { createWorkspace } from './add/workspace.ts';
4140
import { commonFilePaths } from './add/utils.ts';
41+
import { createWorkspace } from './add/workspace.ts';
4242

4343
const langs = ['ts', 'jsdoc'] as const;
4444
const langMap: Record<string, LanguageType | undefined> = {
@@ -386,6 +386,5 @@ export async function createVirtualWorkspace({
386386
}
387387
};
388388

389-
console.log(virtualWorkspace);
390389
return virtualWorkspace;
391390
}

0 commit comments

Comments
 (0)