Skip to content

Commit

Permalink
fix: step test not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Apr 16, 2023
1 parent 46e9d15 commit 26cbfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/workers/clientProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ process.on('message', (message: { event: string; hosts: ClientHost[]; messages:
}, 200);
}
break;
case 'sendertep':
case 'sendStep':
sender.sendMessages(() => {
const response = {
event: 'log',
Expand Down

0 comments on commit 26cbfeb

Please sign in to comment.