Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud committed Jul 13, 2016
1 parent 71fa9e8 commit 228470e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vizion.js
Expand Up @@ -12,7 +12,7 @@ vizion.analyze = function(argv, cb) {
var _folder = (argv.folder != undefined) ? argv.folder : '.';

if (process.platform === 'win32' || process.platform === 'win64')
return c('vizion is not yet compatible with Windows.');
return cb('vizion is not yet compatible with Windows.');

identify(_folder, function(type, folder) {
if (ALL[type])
Expand Down

0 comments on commit 228470e

Please sign in to comment.