Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51be12b

Browse files
authoredAug 31, 2020
Update updateInformix.js
1 parent b663e74 commit 51be12b

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)
Please sign in to comment.