mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 22:26:01 -04:00
Merge branch 'master' of github.com:perlbot/perlbuut-pastebin
This commit is contained in:
commit
9c0f113b62
1 changed files with 2 additions and 1 deletions
|
@ -289,8 +289,9 @@
|
||||||
outputarr = [data.evalout[keys[0]]];
|
outputarr = [data.evalout[keys[0]]];
|
||||||
}
|
}
|
||||||
console.log("outputarr", outputarr);
|
console.log("outputarr", outputarr);
|
||||||
|
console.log(outputarr.join("\n"));
|
||||||
|
|
||||||
$('#eval').text(Array.join(outputarr, "\n"));
|
$('#eval').text(outputarr.join("\n"));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue