Skip to content

Commit

Permalink
improve text
Browse files Browse the repository at this point in the history
closes #87
  • Loading branch information
mifi committed Jul 8, 2024
1 parent b738c29 commit 91a588a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ module.exports = ({ sharedPath: sharedPathIn, port, maxUploadSize, zipCompressio
console.log();
qrcode.generate(url);
});
if (urls.length > 1) {
console.log('Note that there are multiple QR codes above, one for each network interface. (scroll up)');
}
});

// Serving the frontend depending on dev/production
Expand Down

0 comments on commit 91a588a

Please sign in to comment.