Commit 8a65b70e authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Typo

Showing with 1 addition and 1 deletion
+1 -1
...@@ -834,7 +834,7 @@ export class ParamDefinition implements INamedIterableValues, IObservable { ...@@ -834,7 +834,7 @@ export class ParamDefinition implements INamedIterableValues, IObservable {
} catch (err) { } catch (err) {
ret.hasErrors = true; ret.hasErrors = true;
console.error("loadObjectRepresentation: defineReference error" console.error("loadObjectRepresentation: defineReference error"
+ ` ${this.symbol} => ${destNub.uid}.${obj.targetParam})`); + ` (${this.symbol} => ${destNub.uid}.${obj.targetParam})`);
} }
} // si la cible du lien n'existe pas, Session.fixLinks() est censé s'en occuper } // si la cible du lien n'existe pas, Session.fixLinks() est censé s'en occuper
break; break;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment