This commit is contained in:
Timo Hocker 2020-04-16 08:05:46 +02:00
parent fa5c631d23
commit 3c44614298

View File

@ -33,7 +33,7 @@ export default class Copyright implements Snippet {
this.fix_file_license.bind(this) this.fix_file_license.bind(this)
); );
if (!loaded_from_config && await new Confirm({ if (!this.loaded_from_config && await new Confirm({
message: 'should those settings be saved for the next run?' message: 'should those settings be saved for the next run?'
}).run().catch(DialogHandler.catch)) { }).run().catch(DialogHandler.catch)) {
this.save_options_file(); this.save_options_file();