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 c8cabe7 commit 74ac6ccCopy full SHA for 74ac6cc
src/migration/omniscript.ts
@@ -650,7 +650,7 @@ export class OmniScriptMigrationTool extends BaseMigrationTool implements Migrat
650
}
651
652
private cleanLanguageName(language: string): string {
653
- // replace -, ( and ) and space with _
+ // replace -, ( and ) and space with ''
654
return language.replace(/[-() ]/g, '');
655
656
0 commit comments