Skip to content

Commit 0c39d88

Browse files
committed
fix: minor change
1 parent c26433f commit 0c39d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/lightning/dev/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class LightningDevComponent extends SfCommand<void> {
8888
rootDir,
8989
mode: 'dev',
9090
port,
91-
name: name ? `c/${name}` : 'c/',
91+
name: `c/${name ?? ''}`,
9292
namespacePaths,
9393
});
9494
}

0 commit comments

Comments
 (0)