UNPKG

waterline

Version:

An ORM for Node.js and the Sails framework

19 lines (16 loc) 704 B
/** * 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 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -