Sotaro KARASAWA 8 лет назад
Родитель
Сommit
990bd814e0
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      bin/revision-string-replacer.js

+ 3 - 0
bin/revision-string-replacer.js

@@ -20,6 +20,9 @@ cli.main(function(args, options)
     , dry = options.dry
     , dry = options.dry
     ;
     ;
 
 
+  console.log('This scriprt is not working now. Should be fixed.');
+  cli.exit(1);
+
   if (!to || !from) {
   if (!to || !from) {
     cli.error('"to" and "from" options are required.\n');
     cli.error('"to" and "from" options are required.\n');
     cli.output(cli.getUsage());
     cli.output(cli.getUsage());