Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant