Skip to content

Commit 29e5ef8

Browse files
committed
fixed tiny typo
1 parent 4b930be commit 29e5ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/vm.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ var
134134
#=======================================
135135

136136
proc setupLibrary() =
137-
for name, moduleDefinition in libraryModules:
137+
for name, moduleDefinition in LibraryModules:
138138
moduleDefinition(name)
139139

140140
template initialize(args: seq[string], filename: string, isFile:bool, scriptData:Value = nil, mutedColors: bool = false, portableData = "") =

0 commit comments

Comments
 (0)