Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
rugoncalves committed Oct 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 41b0a38 commit 0eade3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutSystems/Maps/MapAPI/MarkerManager.ts
Original file line number Diff line number Diff line change
@@ -244,7 +244,7 @@ namespace OutSystems.Maps.MapAPI.MarkerManager {
return marker;
});

// If still wasn't found, then it does not exist and throw error
// If still wasn't found, then it does not exist - throw error
if (marker === undefined && raiseError) {
throw new Error(`Marker id:${markerId} not found`);
}

0 comments on commit 0eade3c

Please sign in to comment.