From 0eade3c710b41d9c1f8368a1e83e6a03460f4b26 Mon Sep 17 00:00:00 2001 From: rug Date: Mon, 7 Oct 2024 13:44:30 +0200 Subject: [PATCH] Change comment --- src/OutSystems/Maps/MapAPI/MarkerManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OutSystems/Maps/MapAPI/MarkerManager.ts b/src/OutSystems/Maps/MapAPI/MarkerManager.ts index 5a6390c..5d6d172 100644 --- a/src/OutSystems/Maps/MapAPI/MarkerManager.ts +++ b/src/OutSystems/Maps/MapAPI/MarkerManager.ts @@ -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`); }