yeoman-environment 3.16.1 → 3.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1353,7 +1353,7 @@ class Environment extends Base {
1353
1353
  * @param {(...args: any[]) => void | Promise<void>} task
1354
1354
  * @param {{ once?: string, startQueue?: boolean }} [options]
1355
1355
  */
1356
- queueTask(priority, task, options) {
1356
+ queueTask(priority, task, options = {}) {
1357
1357
  return new Promise((resolve, reject) => {
1358
1358
  this.runLoop.add(
1359
1359
  priority,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeoman-environment",
3
- "version": "3.16.1",
3
+ "version": "3.16.2",
4
4
  "description": "Handles the lifecyle and bootstrapping of generators in a specific environment",
5
5
  "homepage": "http://yeoman.io",
6
6
  "author": "Yeoman",