Skip to content

Commit 9ba653f

Browse files
fix calling registry start
1 parent fab5ddd commit 9ba653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/facade/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const dev = ({ local, logger }: { logger: Logger; local: Local }) =>
191191
);
192192
}
193193
try {
194-
await promisify(registry.start);
194+
await promisify(registry.start)();
195195

196196
if (optWatch) {
197197
watchForChanges(

0 commit comments

Comments
 (0)