Initial code import
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { TraceWriter } from "@github/actions-workflow-parser/templates/trace-writer";
|
||||
|
||||
export const nullTrace: TraceWriter = {
|
||||
info: (x) => {},
|
||||
verbose: (x) => {},
|
||||
error: (x) => {},
|
||||
};
|
||||
Reference in New Issue
Block a user