From 7647d6fb19f810f859de7d4f94f134a08a7addbf Mon Sep 17 00:00:00 2001 From: yazz Date: Fri, 10 Jan 2025 15:18:55 +0100 Subject: [PATCH] Removed "getFnNameFromLine( )" as some code called from anonymous fns --- public/go.html | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/public/go.html b/public/go.html index 79e98c63a..90f420fe9 100644 --- a/public/go.html +++ b/public/go.html @@ -13722,10 +13722,11 @@

:158:29)' - let indexColon = fnLine.indexOf(":") - if (indexColon == -1) { - return null - } - - let fnUptoColon = fnLine.substring(0,indexColon) - let trimmed = fnUptoColon.trim() - return trimmed - }, + } }, linesOfSourceFile: {}, // the lines of code in go.html and other source files = [line 1, line 2, etc...]