« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/write
diff options
context:
space:
mode:
Diffstat (limited to 'src/write')
-rw-r--r--src/write/build-modes/live-dev-server.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/write/build-modes/live-dev-server.js b/src/write/build-modes/live-dev-server.js
index 3d29a83..10b40cf 100644
--- a/src/write/build-modes/live-dev-server.js
+++ b/src/write/build-modes/live-dev-server.js
@@ -33,7 +33,6 @@ import {
   flattenRelationsTree,
   getRelationsTree,
   getNeededContentDependencyNames,
-  sourceAnnotation,
 } from '../../content-function.js';
 
 const defaultHost = '0.0.0.0';
@@ -430,16 +429,11 @@ export async function go({
 
       const slotResults = {};
 
-      function runContentFunction({
-        name,
-        args,
-        relations: flatRelations,
-        [sourceAnnotation]: sourceName,
-      }) {
+      function runContentFunction({name, args, relations: flatRelations}) {
         const contentFunction = fulfilledContentDependencies[name];
 
         if (!contentFunction) {
-          throw new Error(`Content function ${name} unfulfilled or not listed (from ${sourceName})`);
+          throw new Error(`Content function ${name} unfulfilled or not listed`);
         }
 
         const sprawl =