Skip to main content

parseWarnings

codebolt.outputparsers.parseWarnings(output: any): undefined
Parses the given output and returns all the warning messages.

Parameters

NameTypeDescription
outputanyThe output to parse for warning messages.

Status

Working Progress...