mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Don't log large objects (PAC-scripts)
This commit is contained in:
parent
1a92356e06
commit
3f8cd09c0e
|
@ -25,7 +25,6 @@ chrome.runtime.getBackgroundPage((bgWin) => {
|
||||||
control = red(control);
|
control = red(control);
|
||||||
}
|
}
|
||||||
setStatusTo(control);
|
setStatusTo(control);
|
||||||
console.log(details);
|
|
||||||
const pac = details.value.pacScript;
|
const pac = details.value.pacScript;
|
||||||
const data = pac && pac.data || 'PAC скрипт не установлен.';
|
const data = pac && pac.data || 'PAC скрипт не установлен.';
|
||||||
editor.setValue( data );
|
editor.setValue( data );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user