From 68cd7ec96c145c0d28baab3b3bb61f6b4cbc032f Mon Sep 17 00:00:00 2001 From: varnit goyal Date: Sun, 13 Oct 2024 14:33:18 +0530 Subject: [PATCH] TP-5555 | clean up --- service/ErrorProcessor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/ErrorProcessor.go b/service/ErrorProcessor.go index 67ea368..95e0e7b 100644 --- a/service/ErrorProcessor.go +++ b/service/ErrorProcessor.go @@ -108,6 +108,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) { sourceMapPath, err := ep.sourceMapFetcher.GetSourceMap(fileName, projectId, releaseId, ep.awsConfig.Bucket) if err != nil { fmt.Printf("error occured in fetching source map") + return } frame.SourceMapPath = sourceMapPath