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

The error path is getting concatenated with relative path twice #79

Closed
sswaroopgupta opened this issue Dec 18, 2017 · 0 comments
Closed
Assignees
Labels

Comments

@sswaroopgupta
Copy link
Contributor

Expected behavior
The error path in the stacktrace should be correct

Actual behavior
The error path is getting concatenated with relative path twice

Steps to replicate

Observe the error stack having multiple relative paths

TypeError: vscodeUri.file is not a function
            at Object.getFullPath (...\getgauge\gauge-lsp-tests\...\getgauge\gauge-lsp-tests\tests\util\fileExtension.js:8:22)
            at Object.startGaugeDaemon (...\getgauge\gauge-lsp-tests\tests\lsp\daemon.js:14:30)
            at Object.<anonymous> (tests\gaugeDaemon.js:4:18)

Version

Gauge version: 0.9.6.nightly-2017-12-13
Commit Hash: 571fda8

Plugins
-------
js (2.0.3.nightly-2017-12-15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants