fixes #7696, add ConfigRef.arguments initialization (#7858)

This commit is contained in:
andri lim
2018-05-22 18:17:09 +07:00
committed by Andreas Rumpf
parent a39b989ce2
commit c12726d41e

View File

@@ -221,7 +221,8 @@ proc newConfigRef*(): ConfigRef =
keepComments: true, # whether the parser needs to keep comments
implicitImports: @[], # modules that are to be implicitly imported
implicitIncludes: @[], # modules that are to be implicitly included
docSeeSrcUrl: ""
docSeeSrcUrl: "",
arguments: ""
)
# enable colors by default on terminals
if terminal.isatty(stderr):