Skip to content

Commit

Permalink
Set useWorkers to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Jul 17, 2023
1 parent 7af1672 commit 34e1986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/buildThemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default async function({
workspace, dependencies, taskUtil,
options: {
projectName, inputPattern, librariesPattern, themesPattern, compress,
cssVariables, useWorkers = true /* TODO 4.0: for UI5 Tooling v4 switch to "true" */
cssVariables, useWorkers = false /* TODO 4.0: for UI5 Tooling v4 switch to "true" */
}
}) {
const combo = new ReaderCollectionPrioritized({
Expand Down

0 comments on commit 34e1986

Please sign in to comment.