loopbackio / loopback-connector-sqlite3

SQLite3 Connector for LoopBack
Other
13 stars 22 forks source link

Unexpected end of input while calling find #14

Open yuyudhan opened 8 years ago

yuyudhan commented 8 years ago

Error getting raised with find

Template.on('attached', function() {
    Template.find(function(error, response) {
      if (error) {

      }
      console.log(response);
    });
  });