提交 a774495f 编写于 作者: R rsercano

log

上级 4009be27
......@@ -40,7 +40,7 @@ const connectToShell = function (connectionId, sessionId) {
spawnedShellsBySessionId[sessionId].stdin.write('use ' + connection.databaseName + '\n');
}
else {
return {err: new Meteor.Error("Couldn't spawn shell !"), result: null};
return {err: new Meteor.Error("Couldn't spawn shell, please check logs !"), result: null};
}
}
catch (ex) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册