fis-command-server
Advanced tools
Comparing version 0.6.10 to 0.6.11
@@ -99,3 +99,3 @@ /** | ||
//server open document directory | ||
exports.open = function() { | ||
exports.open = function(root) { | ||
var conf = _.getRCFile(); | ||
@@ -102,0 +102,0 @@ if(fis.util.isFile(conf)){ |
@@ -5,3 +5,2 @@ var _ = module.exports; | ||
_.open = function(path, callback) { | ||
if (!path) return; | ||
var child_process = require('child_process'); | ||
@@ -8,0 +7,0 @@ fis.log.notice('browse ' + path.yellow.bold + '\n'); |
{ | ||
"name" : "fis-command-server", | ||
"description" : "fis server command.", | ||
"version" : "0.6.10", | ||
"version" : "0.6.11", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -143,3 +143,3 @@ /* | ||
case 'open': | ||
server.open(); | ||
server.open(root); | ||
break; | ||
@@ -146,0 +146,0 @@ case 'clean': |
5027898
933