UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

10 lines (6 loc) 173 B
'use strict'; var chalk = require('chalk'); module.exports = function(message, test) { if(!test) { return; } console.log(chalk.yellow('DEPRECATION: ' + message)); };