You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typing ['reset'] into the CLI gets the following error:
["fatal","unknown_error","SyntaxError: Unexpected token '\n at Object.parse (native)\n at Loop (eval at <anonymous> (/node_modules/couchjs/cli.js:77:21), <anonymous>:1559:16)\n at eval (eval at <anonymous> (node_modules/couchjs/cli.js:77:21), <anonymous>:1576:1)\n at node_modules/couchjs/cli.js:80:24"]
I'm not sure if couch's main is expected to clean up the \n or if the CLI should... seems like the main.js api actually requires the \n, but it certainly isn't working.
The text was updated successfully, but these errors were encountered:
typing ['reset'] into the CLI gets the following error:
I'm not sure if couch's main is expected to clean up the \n or if the CLI should... seems like the main.js api actually requires the \n, but it certainly isn't working.
The text was updated successfully, but these errors were encountered: