Skip to content

Commit

Permalink
Update packages/babel-helpers/scripts/generate-regenerator-runtime.js
Browse files Browse the repository at this point in the history
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
  • Loading branch information
nicolo-ribaudo and JLHwung committed May 11, 2022
1 parent a213ade commit a383f6e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ const [parse, generate] = await Promise.all([
]).catch(error =>
Promise.reject(
new Error(
"Before rnning generate-helpers.js you must compile @babel/parser, @babel/generator and @babel/types.",
"Before running generate-helpers.js you must compile @babel/parser, @babel/generator and @babel/types.",
{ cause: error }
)
)
Expand Down

0 comments on commit a383f6e

Please sign in to comment.