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

Line Numbers Incorrect #110

Open
wewake4 opened this issue Feb 16, 2017 · 0 comments
Open

Line Numbers Incorrect #110

wewake4 opened this issue Feb 16, 2017 · 0 comments

Comments

@wewake4
Copy link

wewake4 commented Feb 16, 2017

Hi,

I am getting Parser Exception Line Numbers wrongly.

'use strict';
var mainScript = {
whileApplicationRunTimer: 1000
whileApplicationRun: function () {
},
onApplicationUnload: function () {
}
};

, is missing in Line 3 but Exception gives the line no as Line 4 Column 1.
My C# code
try
{
var ctx = new IronJS.Hosting.CSharp.Context();
ctx.Execute(richTextBox1.Text);
}
catch (Exception ex)
{
}

Please let me know is their any issue with my implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant