fixes #491
This commit is contained in:
parent
02945e57b5
commit
12b5a9a4d1
2 changed files with 2 additions and 2 deletions
|
|
@ -275,7 +275,7 @@ proc execScript(scriptName: string, flags: Flags, options: Options): PSym =
|
|||
## Executes the specified script. Returns the script's module symbol.
|
||||
##
|
||||
## No clean up is performed and must be done manually!
|
||||
graph = newModuleGraph()
|
||||
graph = newModuleGraph(graph.config)
|
||||
|
||||
let conf = graph.config
|
||||
when declared(NimCompilerApiVersion):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue