Skip to content

Commit 7a487a1

Browse files
author
Daniel Schischkin
committed
Call startUpFn after startUpMessage
1 parent 295fb04 commit 7a487a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ export const streamRequestCommand: RequestCommand = {
6464
{
6565
openObserver: {
6666
next: () => {
67-
startUpFn();
6867
if (startUpMessage) {
6968
stream.next(startUpMessage);
7069
}
70+
startUpFn();
7171
}
7272
}
7373
},

0 commit comments

Comments
 (0)