Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Aug 12, 2023
1 parent 2b80175 commit 2997090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/engine/src/model/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export class Model {
if (attribute.getValue) {
// @ts-ignore
attribute = attribute.getValue();
console.warn(`attribute ${name}: getValue() will be removed`);

Check warning on line 181 in modules/engine/src/model/model.ts

View workflow job for this annotation

GitHub Actions / test (16)

Unexpected console statement

Check warning on line 181 in modules/engine/src/model/model.ts

View workflow job for this annotation

GitHub Actions / test (16)

Unexpected console statement
}

if (ArrayBuffer.isView(attribute) && !attribute) {
Expand Down

0 comments on commit 2997090

Please sign in to comment.