flumedb / flumeview-query

streaming database stuff, see flumedb: https://github.com/flumedb/
MIT License
17 stars 4 forks source link

Some kinda JS syntax thing #8

Closed dangerousbeans closed 6 years ago

dangerousbeans commented 6 years ago

Fixes:

/usr/local/lib/node_modules/scuttlebot/node_modules/flumeview-query/links.js:101
      )
      ^
SyntaxError: Unexpected token )
    at createScript (vm.js:53:10)
    at Object.runInThisContext (vm.js:95:10)
    at Module._compile (module.js:543:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/usr/local/lib/node_modules/scuttlebot/node_modules/ssb-links/index.js:2:23)
dominictarr commented 6 years ago

oh, this isn't a syntax error in node 8!

dominictarr commented 6 years ago

merged into 6.0.1