|
@@ -348,7 +348,8 @@ export class ToolsHelper {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- static getUniqueId(fun: Function): string {
|
|
|
+ private static getUniqueId(fun: Function): string {
|
|
|
+ ToolsHelper.log(ToolsHelper.getStackKey())
|
|
|
if (!ToolsHelper.uniqueIdMap.has(fun)) {
|
|
|
ToolsHelper.uniqueIdMap.set(fun, ToolsHelper.getUuid());
|
|
|
}
|