Remove JSON.stringify() call in Escape Sequences tail

pull/18182/head
BKinahan 2016-08-14 14:28:50 +00:00
parent 8a524ff375
commit c688d12e77
1 changed files with 1 additions and 2 deletions

View File

@ -1180,8 +1180,7 @@
"tail": [
"(function(){",
"if (myStr !== undefined){",
"return 'myStr = '+ JSON.stringify(myStr);}",
"else{return null;}})();"
"console.log('myStr: '+ myStr);}})();"
],
"solutions": [
"var myStr = \"FirstLine\\n\\\\SecondLine\\\\\\rThirdLine\";"