« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/repl.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/repl.js b/src/repl.js
index dd61133c..d7f4286a 100644
--- a/src/repl.js
+++ b/src/repl.js
@@ -4,8 +4,9 @@ import * as repl from 'node:repl';
 import {fileURLToPath} from 'node:url';
 
 import {logError, logWarn, parseOptions} from '#cli';
-import {isMain} from '#node-utils';
+import {debugComposite} from '#composite';
 import {internalDefaultStringsFile, processLanguageFile} from '#language';
+import {isMain} from '#node-utils';
 import {bindOpts, showAggregate} from '#sugar';
 import {generateURLs, urlSpec} from '#urls';
 import {quickLoadAllFromYAML} from '#yaml';
@@ -63,6 +64,7 @@ export async function getContextAssignments({
     ...thingConstructors,
     CacheableObject,
     language,
+    debugComposite,
 
     ...sugar,
     ...wikiDataUtils,