@vacantthinker/firefox-addon-framework-easy 2026.526.957 → 2026.526.1059
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/serviceCommon.js +1 -1
package/package.json
CHANGED
package/src/serviceCommon.js
CHANGED
|
@@ -272,7 +272,7 @@ export async function serviceDealWithMagnetLink(message) {
|
|
|
272
272
|
console.info('content.length', data.length);
|
|
273
273
|
|
|
274
274
|
if (Array.isArray(data) && data.length >= 1) {
|
|
275
|
-
let content = data.join('\n')
|
|
275
|
+
let content = `${data.join('\n')}\n`;
|
|
276
276
|
let filename = [
|
|
277
277
|
'magnet-link',
|
|
278
278
|
titleCleaned,
|