Files
languageservices/languageservice/src/nulltrace.ts
T
Christopher Schleiden b82ddcdb42 Update import paths
String replacement from `@github/actions-` to `@actions/`
2023-03-23 09:57:18 -07:00

4 lines
144 B
TypeScript

import {NoOperationTraceWriter} from "@actions/workflow-parser/templates/trace-writer";
export const nullTrace = new NoOperationTraceWriter();