balderdashy/waterline

View on GitHub
lib/waterline/utils/query/private/GENERIC_HELP_SUFFIX.string.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * A generic help suffix for use in error messages.
 *
 * @type {String}
 */

module.exports = ' [?] See https://sailsjs.com/support for help.';
// module.exports = '--\n'+
// 'Read more (or ask for help):\n'+
// ' • https://sailsjs.com/support\n'+
// ' • https://sailsjs.com/docs/concepts/models-and-orm/query-language\n'+
// ' • https://sailsjs.com/docs/concepts/models-and-orm\n'+
// ' • https://sailsjs.com/docs/reference/waterline-orm\n'+
// '';

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// FUTURE: Potentially build a more helpful landing page with the above links
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -