Skip to content

Commit 4e971cd

Browse files
committed
refactor: Adjust comment
1 parent 1f661f3 commit 4e971cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/project/lib/specifications/types/Component.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ class Component extends ComponentProject {
292292

293293
async _ensureComponent() {
294294
// Throw if neither Component.js nor Component.ts is present
295-
// or if both are present
296295
const componentResource = await this._getRawSourceReader().byPath("/Component.js") ||
297296
await this._getRawSourceReader().byPath("/Component.ts");
298297
if (!componentResource) {

0 commit comments

Comments
 (0)