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
`Expected ${EXPECTED_LINUX_NODE_FILES} Linux x64 NAPI artifacts in "${CLI_LINUX_PACKAGE_DIR}", found ${copiedNodeFiles.length}.`
109
+
`Expected the Linux x64 NAPI artifact "${REQUIRED_LINUX_NODE_FILE}" in "${CLI_LINUX_PACKAGE_DIR}", found ${copiedNodeFiles.length} .node file(s): ${copiedNodeFiles.join(', ')||'(none)'}.`
110
110
)
111
111
}
112
112
}
@@ -133,17 +133,17 @@ export function prepareCliIntegrationArtifacts(): CliIntegrationArtifacts {
importtype{CodeStylePreferences,EnvironmentContext,MdComponent,MdxGlobalScope,OsInfo,ToolReferences,UserProfile}from'@/md-compiler/globals'// Collects and manages global scope variables for MDX expression evaluation.
0 commit comments