Skip to content

Commit 842c0ad

Browse files
authored
fix: visual clue when pressing r (#2080)
1 parent 502f99c commit 842c0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slidev/node/cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ cli.command(
224224
name: 'r',
225225
fullname: 'restart',
226226
action() {
227-
initServer()
227+
restartServer()
228228
},
229229
},
230230
{

0 commit comments

Comments
 (0)