chore: remove redundant comment

main
Jesse Wright 3 months ago
parent 502b75142e
commit 3a88d54a7e
  1. 2
      packages/cli/src/util/forAllShapes.ts

@ -40,7 +40,7 @@ export async function forAllShapes(
await callback(fileName, shexC);
}),
);
// See if any of the RDF files contain a SHACL shape
const shaclPromise = Promise.all(
shapeDir.map(async (file) => {
if (file.isFile()) {

Loading…
Cancel
Save