You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we import a JS file with quotes like "`", we have an error.
Example:
--- JS line
throw new Error('selector option must be specified when initializing ' + this.type + ' on the window.document object!')
--- Error with Gulp include
...\assets\js\dev\general.js:63:27: error: unexpected identifier
//throw new Error('←[1;31mselector←[0m option must be specified when initializing ' + this.type + ' on the window.document object!')
←[1;31m ^^^^^^^^←[0m
Best regards,
Stéphane
The text was updated successfully, but these errors were encountered:
When we import a JS file with quotes like "`", we have an error.
Example:
--- JS line
throw new Error('
selector
option must be specified when initializing ' + this.type + ' on the window.document object!')--- Error with Gulp include
...\assets\js\dev\general.js:63:27: error: unexpected identifier
//throw new Error('
←[1;31mselector←[0m
option must be specified when initializing ' + this.type + ' on the window.document object!')←[1;31m ^^^^^^^^←[0m
Best regards,
Stéphane
The text was updated successfully, but these errors were encountered: