« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.js')
-rw-r--r--src/repl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repl.js b/src/repl.js
index f999645..6b6a405 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -110,6 +110,8 @@ export default async function bootRepl({
   const replServer = repl.start();
 
   Object.assign(replServer.context, await getContextAssignments({
+    dataPath,
+    mediaPath,
     wikiData,
   }));