mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix: rm log error
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
|
||||
function generateQrCode(data, canvas) {
|
||||
QRCode.toCanvas(canvas, data, function (error) {
|
||||
if (error) console.error(error);
|
||||
if (error) console.log(error);
|
||||
console.log('QR Code generated!');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user