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 f5261f3 commit 49406c1Copy full SHA for 49406c1
build/tasks/build.js
@@ -177,8 +177,8 @@ grunt.registerTask( "generate_themes", function() {
177
distFolder = "dist/" + grunt.template.process( grunt.config( "files.dist" ), grunt.config() );
178
try {
179
require.resolve( "download.jqueryui.com" );
180
- } catch( e ) {
181
- throw "You need to manually install download.jqueryui.com for this task to work";
+ } catch( error ) {
+ throw new Error( "You need to manually install download.jqueryui.com for this task to work" );
182
}
183
184
// copy release files into download builder to avoid cloning again
0 commit comments