Add warning

This commit is contained in:
Jonathan Tran
2024-09-18 20:05:39 -04:00
parent ca2fc1bf38
commit c6fb56058b

View File

@ -1928,6 +1928,7 @@ export function sketchGroupFromPathToNode({
ast: Program
programMemory: ProgramMemory
}): SketchGroup | null | Error {
console.warn('**** sketchGroupFromPathToNode **** Deprecated')
const _varDec = getNodeFromPath<VariableDeclarator>(
kclManager.ast,
pathToNode,