Commit bde71a8d authored by rockyl's avatar rockyl

init

parent a5d55e84
{
"name": "game-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "game command-line interface for duiba game developing",
"main": "index.js",
"scripts": {
......
......@@ -36,4 +36,6 @@ exports.start = function (options) {
}, 500);
})
});
console.log('Code server started on port:', options.port);
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment