We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b764ceb commit 3f771afCopy full SHA for 3f771af
README.md
@@ -65,8 +65,8 @@ const shortcutsCreated = createDesktopShortcut({
65
* Your own custom logging function called with helpful warning/error
66
* messages from the internal validators. Only used if verbose: true.
67
*
68
- * @param {string} message The human readable warning/error message
69
- * @param {object} error Sometimes an error or options object is passed
+ * @param {string} message The human readable warning/error message
+ * @param {object} error Sometimes an error or options object is passed
70
*/
71
customLogger: function (message, error) {
72
console.log(message, error);
0 commit comments