diff --git a/packages/core/src/wot-impl.ts b/packages/core/src/wot-impl.ts index 741ca36e9..907fc2edd 100644 --- a/packages/core/src/wot-impl.ts +++ b/packages/core/src/wot-impl.ts @@ -87,7 +87,7 @@ export default class WoTImpl { debug( `WoTImpl consuming TD ${ - newThing.id != null ? "'" + newThing.id + "'" : "without id" + newThing.id != null ? `'${newThing.id}'` : "without id" } to instantiate ConsumedThing '${newThing.title}'` ); return newThing;