Skip to content

Commit 8f7bf5d

Browse files
committed
return empty string to avoid a possible debug error if the procedures are not compiled
1 parent 7cde5ab commit 8f7bf5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

procedures/CodeBrowser.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Function/S interpretThreadsafeTag(threadsafeTag)
174174
break
175175
default:
176176
debugPrint("Unknown default value")
177+
return ""
177178
break
178179
endswitch
179180
End

0 commit comments

Comments
 (0)