@514labs/moose-lib 0.6.335 → 0.6.336

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -566,7 +566,9 @@ var init_internal = __esm({
566
566
  try {
567
567
  const sourceDir = getSourceDir();
568
568
  if (useCompiled) {
569
- await loadModule(`${process2.cwd()}/.moose/compiled/${sourceDir}/index.js`);
569
+ await loadModule(
570
+ `${process2.cwd()}/.moose/compiled/${sourceDir}/index.js`
571
+ );
570
572
  } else {
571
573
  __require(`${process2.cwd()}/${sourceDir}/index.ts`);
572
574
  }