Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected token error #1

Closed
ceremcem opened this issue Mar 24, 2018 · 1 comment
Closed

Unexpected token error #1

ceremcem opened this issue Mar 24, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@ceremcem
Copy link
Owner

$ ./debug-ls hello.ls 
Debugger listening on ws://127.0.0.1:9229/9a2f7768-6945-47af-b69f-96f3dec4c51e
For help see https://nodejs.org/en/docs/inspector
Debugger attached.
xxxx/debugging-livescript/hello.ls:1
(function (exports, require, module, __filename, __dirname) { sleep = (f, ms) -> set-timeout ms, f
                                                                               ^

SyntaxError: Unexpected token >
    at createScript (vm.js:74:10)
    at Object.runInThisContext (vm.js:116:10)
    at Module._compile (module.js:533:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:503:32)
    at tryModuleLoad (module.js:466:12)
    at Function.Module._load (module.js:458:3)
    at Function.Module.runMain (module.js:605:10)
    at startup (bootstrap_node.js:158:16)
    at bootstrap_node.js:575:3
@ceremcem ceremcem added the bug Something isn't working label Mar 24, 2018
@ceremcem
Copy link
Owner Author

Maybe related with gkz/LiveScript#830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant