Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Testing debugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed Mar 30, 2020
1 parent 85967cf commit 73e0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDK/Runner/Debugger/MoonSharpVsCodeDebugServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public MoonSharpVsCodeDebugServer Start()
SpawnThread("VsCodeDebugServer_" + m_Port.ToString(), () => ListenThread(serverSocket));

m_Started = true;

return this;
}
}
Expand Down

0 comments on commit 73e0826

Please sign in to comment.