#!/bin/bash

function reporter.task_warn {

    echo "  ${YELLOW}$1${NORM}" >&2
    
}
