From 3c446142988400000299758131cddb0083c2b2f6 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 16 Apr 2020 08:05:46 +0200 Subject: [PATCH] fix --- lib/snippets/copyright/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/snippets/copyright/index.ts b/lib/snippets/copyright/index.ts index e011148..0035c5d 100644 --- a/lib/snippets/copyright/index.ts +++ b/lib/snippets/copyright/index.ts @@ -33,7 +33,7 @@ export default class Copyright implements Snippet { 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?' }).run().catch(DialogHandler.catch)) { this.save_options_file();