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 6bbb338 commit 20737cdCopy full SHA for 20737cd
1 file changed
client/utils/previewEntry.js
@@ -102,11 +102,15 @@ if (Array.isArray(window.__jshintErrors) && window.__jshintErrors.length > 0) {
102
}
103
]
104
});
105
+ const mdn =
106
+ 'https://developer.mozilla.org/docs/Web/JavaScript/Reference/Errors/Unexpected_token#What_went_wrong';
107
messagesBatch.push({
108
log: [
109
{
110
method: 'log',
- data: [`🌸 p5.js says: ${friendlyHintForJshint(err)}`],
111
+ data: [
112
+ `🌸 p5.js says: ${friendlyHintForJshint(err)} + More info: ${mdn}`
113
+ ],
114
id: `${id}-hint`
115
116
0 commit comments