Skip to content

Commit b663e74

Browse files
Update updateInformix.js
1 parent 2df9c9f commit b663e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/updateInformix.js

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

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

0 commit comments

Comments
 (0)