Skip to content

Commit

Permalink
Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 13, 2024
1 parent 743e729 commit 918d7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/actions/test-simulation-parallel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const simulationTask = async (id: number) => {
}

export const actionTestParallelSimulation = async (...args: string[]) => {
console.log('[START] test parallel action', args);
console.log('[START] test parallel simulation action', args);
const ts = Date.now();

const inputs = [1, 2, 3, 4, 5, 6, 7, 8];
Expand Down

0 comments on commit 918d7b0

Please sign in to comment.