@salesforce/cli 2.33.0 → 2.33.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.
@@ -29,7 +29,7 @@ async function determineCommand(config, matches) {
29
29
  message: 'Which of these commands do you mean',
30
30
  choices,
31
31
  });
32
- const timeout = setTimeout(60000, undefined, { ref: false }).then(() => {
32
+ const timeout = setTimeout(60_000, undefined, { ref: false }).then(() => {
33
33
  answer.cancel();
34
34
  throw new SfError('Prompt timed out.');
35
35
  });