(editorText: string, currentLanguage: Language)
| 268 | } |
| 269 | |
| 270 | setMinimalOptions(editorText: string, currentLanguage: Language) { |
| 271 | this.editorText = editorText; |
| 272 | this.currentLanguage = currentLanguage; |
| 273 | this.extension = currentLanguage.extensions[0] || '.txt'; |
| 274 | } |
| 275 | |
| 276 | onSaveToFile(fileEditor?: string) { |
| 277 | try { |
no outgoing calls
no test coverage detected