Skip to content

Commit

Permalink
Fix error message order with response
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Apr 19, 2024
1 parent 56ad9d9 commit 3af1530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HLAdapter.hx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ class HLAdapter extends DebugSession {
}

function error<T>(response:Response<T>, message:Dynamic) {
sendErrorResponse(cast response, 3000, "" + message);
errorMessage("ERROR : " + message);
sendErrorResponse(cast response, 3000, "" + message);
}

/**
Expand Down

0 comments on commit 3af1530

Please sign in to comment.