Skip to content

Commit c6dd3fa

Browse files
missing breaks
1 parent a509375 commit c6dd3fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/license-client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ export class LicensingClient {
359359

360360
const servicesConfigPath = path.join(servicesPath, 'services-config.json');
361361
await fs.promises.writeFile(servicesConfigPath, Buffer.from(options.servicesConfig, 'base64'));
362+
break;
362363
}
363364
default: { // personal and professional license activation
364365
if (!options.username) {
@@ -392,6 +393,7 @@ export class LicensingClient {
392393
}
393394

394395
await this.activateLicense(options.licenseType, options.username, options.password, options.serial);
396+
break;
395397
}
396398
}
397399
}

0 commit comments

Comments
 (0)