We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94673ca commit ab8a057Copy full SHA for ab8a057
main_scope.go
@@ -62,6 +62,9 @@ TICKERS:
62
if err != nil {
63
s.logger.Fatalln(err)
64
}
65
+ if len(foundInstruments) == 0 {
66
+ s.logger.Fatalln("instrument not found:", string(ticker))
67
+ }
68
for _, instrument := range foundInstruments {
69
if instrument.Ticker == string(ticker) {
70
s.tickerInstrument[ticker] = instrument
0 commit comments