something something post index
This commit is contained in:
parent
98cc80102d
commit
b9291ffb85
|
@ -98,7 +98,7 @@
|
|||
let content = await response.text();
|
||||
|
||||
if (response.status != 200) {
|
||||
content = `Error Exception Null\n#Unknown post '${post}'`
|
||||
content = `\nError Exception Null\n#Unknown post '${post}'`
|
||||
}
|
||||
|
||||
let lines = content.split("\n");
|
||||
|
|
Loading…
Reference in a new issue