Skip to content

Commit 6eec033

Browse files
Update updateInformix.js
1 parent a18edbd commit 6eec033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/updateInformix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ String.prototype.escapeSpecialChars = function () {
99
.replace(/\f/g, "\\f");
1010
// .replace(/\\/g, "\\\\"); */
1111

12-
return this.replace(/\\/g, '\\')
12+
return this.replace(/\\/g, '\\\\')
1313
.replace(/\\\\\\\"/g, '\\\"')
1414
.replace(/\n/g, "\\n")
1515
.replace(/\r/g, "\\r")

0 commit comments

Comments
 (0)