We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfb062 commit 78365eeCopy full SHA for 78365ee
setup-file.js
@@ -148,6 +148,7 @@ q_clusterDB = function (callback) {
148
149
q_userName = function (callback) {
150
// the Database Username
151
+ common.validateNotNull(setupConfig.userName, 'You Must Provide a Username', rl);
152
dynamoConfig.Item.loadClusters.L[0].M.connectUser = {
153
S: setupConfig.userName
154
};
0 commit comments