fix
This commit is contained in:
parent
fa5c631d23
commit
3c44614298
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user