Skip to content

Commit

Permalink
fixed typo on wdio.conf.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Jan 12, 2024
1 parent af97e8c commit ef81e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.mts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if (process.env.CI && process.env.GITHUB_ACTION) {
throw new Error('Failed to check if is running under docker')
}
} else {
throw new Error(`'${lang}'' lang not implemented. Please implement it with correct \'Documents\' folder name`)
throw new Error(`'${lang}' lang not implemented`)
}
}

Expand Down

0 comments on commit ef81e31

Please sign in to comment.