you hit a bug!try to reset copyparty settings if you are stuck here, or ignore this / ignore all
please send me a screenshot arigathanks gozaimuch: ed/irc.rizon.net
or ed#2644
(and if you can, press F12 and include the "Console" tab in the screenshot too)
',
+ var html = ['
you hit a bug!
try to reset copyparty settings if you are stuck here, or ignore this / ignore all
please send me a screenshot arigathanks gozaimuch: ed/irc.rizon.net
or ed#2644
(and if you can, press F12 and include the "Console" tab in the screenshot too)
',
esc(url + ' @' + lineNo + ':' + columnNo), '
' + esc(String(msg)) + '
'];
try {
@@ -63,7 +63,7 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
document.body.appendChild(exbox);
var s = mknod('style');
- s.innerHTML = '#exbox{background:#333;color:#ddd;font-family:sans-serif;font-size:0.8em;padding:0 1em 1em 1em;z-index:80386;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%} #exbox h1{margin:.5em 1em 0 0;padding:0} #exbox h3{border-top:1px solid #999;margin:1em 0 0 0} #exbox code{color:#bf7;background:#222;padding:.1em;margin:.2em;font-size:1.1em;font-family:monospace,monospace} #exbox *{line-height:1.5em}';
+ s.innerHTML = '#exbox{background:#333;color:#ddd;font-family:sans-serif;font-size:0.8em;padding:0 1em 1em 1em;z-index:80386;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%} #exbox h1{margin:.5em 1em 0 0;padding:0} #exbox h3{border-top:1px solid #999;margin:1em 0 0 0} #exbox a{text-decoration:underline;color:#fc0} #exbox code{color:#bf7;background:#222;padding:.1em;margin:.2em;font-size:1.1em;font-family:monospace,monospace} #exbox *{line-height:1.5em}';
document.head.appendChild(s);
}
exbox.innerHTML = html.join('\n');
diff --git a/tests/test_httpcli.py b/tests/test_httpcli.py
index da4c9d25..6a8ee8ba 100644
--- a/tests/test_httpcli.py
+++ b/tests/test_httpcli.py
@@ -32,6 +32,7 @@ class Cfg(Namespace):
ed=False,
nw=False,
no_zip=False,
+ no_voldump=True,
no_scandir=False,
no_sendfile=True,
no_rescan=True,
diff --git a/tests/test_vfs.py b/tests/test_vfs.py
index 285bbc54..42396202 100644
--- a/tests/test_vfs.py
+++ b/tests/test_vfs.py
@@ -24,6 +24,7 @@ class Cfg(Namespace):
"hist": None,
"no_hash": False,
"css_browser": None,
+ "no_voldump": True,
"rproxy": 0,
}
ex.update(ex2)