We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1dee5 commit 1b45ab7Copy full SHA for 1b45ab7
easyimage.js
@@ -31,7 +31,7 @@ exports.execute = require('./lib/execute').execute;
31
* @returns {*|PromiseLike<any>}
32
*/
33
exports.exec = function(cmd) {
34
- console.debug('This command is deprecated. Please update to using execute'.yellow);
+ process.stderr.write('This command is deprecated. Please update to using execute\n'.yellow);
35
var deferred = Q.defer();
36
37
process.nextTick(function () {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "easyimage",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "A promise-based, user-friendly module for processing images in Node.js",
5
"license": "MIT",
6
"main": "easyimage.js",
0 commit comments