Skip to content

Commit

Permalink
feat: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Jun 10, 2024
1 parent 9cea655 commit 16af4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/hooks/useStateMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function getState<C, S extends string, E extends string>(
}

function debug(message: string, ...data: any[]): void {
console.debug(`%cuseStateMachine %c${message}`, 'color: #888;', 'color: default;', ...data);
console.log(`%cuseStateMachine %c${message}`, 'color: #888;', 'color: default;', ...data);
}

function getReducer<C, S extends string, E extends string>(options: Options<C, S, E>): Reducer<C, S, E> {
Expand Down

0 comments on commit 16af4a7

Please sign in to comment.