Fix the message
This commit is contained in:
parent
195b9b0be4
commit
cf07563414
|
@ -210,7 +210,7 @@ DataSource.prototype.setup = function(name, settings) {
|
|||
}
|
||||
connector = require(name);
|
||||
} catch (e) {
|
||||
return console.log('\nWARNING: LoopbackData connector "' + name + '" is not installed,\nso your models would not work, to fix run:\n\n npm install loopback-connector-' + name, '\n');
|
||||
return console.log('\nWARNING: LoopbackData connector "' + name + '" is not installed,\nso your models would not work, to fix run:\n\n npm install ' + name, '\n');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue