File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ exports.saveTo = function(selectedText){
190
190
var combinedString = string + selectedText ;
191
191
192
192
if ( System . getPlatform ( ) . indexOf ( 'win' ) >= 0 ) {
193
- combinedString = ombinedString . replace ( / [ \n ] / g, '\r\n' ) ;
193
+ combinedString = combinedString . replace ( / [ \n ] / g, '\r\n' ) ;
194
194
}
195
195
196
196
var istream = converter . convertToInputStream ( combinedString ) ;
@@ -216,4 +216,4 @@ exports.saveTo = function(selectedText){
216
216
} catch ( e ) {
217
217
return false ;
218
218
}
219
- }
219
+ }
Original file line number Diff line number Diff line change 5
5
"description" : " Saves highlighted text to a file in a specified directory" ,
6
6
"author" : " Robert Byrne" ,
7
7
"license" : " GNU GPL v3" ,
8
- "version" : " 2.4.5 " ,
8
+ "version" : " 2.4.6 " ,
9
9
"permissions" : {"private-browsing" : true },
10
10
"preferences" : [{
11
11
"name" : " fileName" ,
147
147
}
148
148
]
149
149
}]
150
- }
150
+ }
You can’t perform that action at this time.
0 commit comments