Skip to content

Commit

Permalink
Value != Line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 26, 2024
1 parent f67d9dc commit 65163a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-jmeter/libraries/recorder.bsf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ WritePhpValue(String key, value) {
if (value == null) {
value = "";
}
WritePhpLine(key, value, false);
WritePhpValue(key, value, false);
}

WritePhpValue(String key, value, boolean escape) {
Expand Down

0 comments on commit 65163a4

Please sign in to comment.