Skip to content

Commit

Permalink
Merge pull request #508 from jfgarcia268/juan/lwcmessage
Browse files Browse the repository at this point in the history
Change error message for LWC compilation load
  • Loading branch information
Adam Rutland authored Sep 23, 2022
2 parents aa27714 + c1e9c10 commit 2bf6036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vlocityutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ VlocityUtils.loadCompiler = async function (nameOfCompiler, jobInfo, packageVers
try {
return await VlocityUtils.requirePlugin(jobInfo, lwcCompiler, lwcCompilerVersion);
} catch (err) {
VlocityUtils.error('An error occurred while loading OmniScript compiler: ' + err);
VlocityUtils.error('An error occurred while loading OmniScript compiler: ' + err + ' - If you are using Puppeteer for LWC compilation this error can be ignored');
return null;
}
}

0 comments on commit 2bf6036

Please sign in to comment.