Fix exceptions export page (again)

This commit is contained in:
Ilya Ig. Petrov 2017-05-18 22:10:02 +05:00
parent 54891cbe2c
commit 6f4661f78b

View File

@ -21,12 +21,12 @@ chrome.runtime.getBackgroundPage( (backgroundPage) =>
# ПРОКСИРОВАТЬ:
${mods.included.join('\n')}
${(mods.included || []).join('\n')}
===============================
# НЕ ПРОКСИРОВАТЬ:
${mods.excluded.join('\n')}`;
${(mods.excluded || []).join('\n')}`;
status.innerText = 'Успешно загружено!';