diff options
Diffstat (limited to 'src/repl.js')
-rw-r--r-- | src/repl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repl.js b/src/repl.js index f9996453..6b6a405e 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, })); |