Skip to content

Commit 9c7f796

Browse files
committed
In configuration settings of V8 JS engine was changed type of DebugPort property from int to ushort
1 parent 47dba9f commit 9c7f796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JavaScriptEngineSwitcher.V8/V8Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public bool EnableDebugging
1818
/// <summary>
1919
/// Gets or sets a TCP/IP port on which to listen for a debugger connection
2020
/// </summary>
21-
public int DebugPort
21+
public ushort DebugPort
2222
{
2323
get;
2424
set;

0 commit comments

Comments
 (0)