Skip to content

Commit

Permalink
Fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Nov 4, 2020
1 parent 81899d0 commit b0ac715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/common.js
Expand Up @@ -38,7 +38,7 @@ $(function()
}

try {
var output = curlToGo(input);
var output = curlToGo(input.replace(/\s*\\(\r\n|\n|\r)\s*/gm," "));
if (output) {
if (typeof gofmt === 'function')
output = gofmt(output);
Expand Down

0 comments on commit b0ac715

Please sign in to comment.