*set options to empty object

This commit is contained in:
Derrick Hammer 2022-09-21 16:44:01 -04:00
parent fcc3c40ba1
commit cf07c6074e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default class Config {
private prefix: string;
private suffix?: string;
private fallback?: string;
private options: Options;
private options: Options = {};
private alias = {};
private data = {};
private env = {};