You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn('Failed to locate ts-force package using Node resolution:',error);
54
+
return;
51
55
}
52
-
if(gen!==tsforce){
53
-
console.warn(`The version of ts-force-gen (${gen}) should match ts-force (${tsforce}). It is recommended that you run \`npm install -D ts-force-gen@${tsforce}\` and regenerate classes`);
56
+
57
+
if(genVersion!==tsforceVersion){
58
+
console.warn(
59
+
`The version of ts-force-gen (${genVersion}) should match ts-force (${tsforceVersion}). It is recommended that you run `+
60
+
`npm install -D ts-force-gen@${tsforceVersion} and regenerate classes`
0 commit comments