Skip to content

Commit 2a109c3

Browse files
committed
Add module init function to workspace_edit module
1 parent a53cfa8 commit 2a109c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/workspace_edit.nim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ when implModule:
110110
return true
111111

112112
return false
113+
114+
proc init_module_workspace_edit*() {.cdecl, exportc, dynlib.} =
115+
discard

0 commit comments

Comments
 (0)