mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix
This commit is contained in:
parent
5735326430
commit
7307d34c75
@ -156,8 +156,8 @@ function createVisualConsole(
|
|||||||
id,
|
id,
|
||||||
data,
|
data,
|
||||||
function(error, data) {
|
function(error, data) {
|
||||||
if (error && error.request.statusText === "abort") return;
|
if (!error && !data) return;
|
||||||
if (error || !data) {
|
if (error) {
|
||||||
console.log(
|
console.log(
|
||||||
"[ERROR]",
|
"[ERROR]",
|
||||||
"[VISUAL-CONSOLE-CLIENT]",
|
"[VISUAL-CONSOLE-CLIENT]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user