Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Li committed Jan 17, 2024
1 parent bd07066 commit 4d9881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/abapEnvironmentPipelineStageIntegrationTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void call(Map parameters = [:]) {
throw e
}
} else {
const e = new Error('Unsupoorted integration test option.')
e = new Error('Unsupoorted integration test option.')
throw e
}
}
Expand Down

0 comments on commit 4d9881b

Please sign in to comment.