We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384d8c5 commit 5e2bf6eCopy full SHA for 5e2bf6e
src/cloud/digitalocean/provisioner.ts
@@ -249,8 +249,6 @@ class Provisioner {
249
/**
250
* Waits for all in-progress Digital Ocean actions to complete
251
* e.g. after powering on a machine, or creating a VM
252
- * @param {Function} resolve - call when done
253
- * @param {Function} reject - call on failure
254
*/
255
private waitDigitalOceanActions_ = () : Promise<void> => {
256
console.log("Polling for Digital Ocean in-progress actions");
0 commit comments