Skip to content

Commit de7070a

Browse files
Japneet Singh ChawlaJapneet Singh Chawla
authored andcommitted
comments incorporated
1 parent 2abead6 commit de7070a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/batch/batch_runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function run(lt_config, batches, env, i = 0) {
119119
process.on("SIGINT", async () => {
120120
try {
121121
console.log(
122-
"Control+c signal recieved.\nTrying to Terminating the processes"
122+
"Control+c signal received.\nTrying to Terminate the processes"
123123
);
124124
await builds.stop_cypress_session(
125125
lt_config,

0 commit comments

Comments
 (0)