-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
When tyring to load opencode 0.4.1 , Sequoia 15.6 - Silicon(used to work before):
7403 | throw Error("exportIntervalMillis must be greater than 0");
7404 | }
7405 | if (options2.exportTimeoutMillis !== undefined && options2.exportTimeoutMillis <= 0) {
7406 | throw Error("exportTimeoutMillis must be greater than 0");
7407 | }
7408 | throw Error("exportIntervalMillis must be greater than or equal to exportTimeoutMillis");
^
error: exportIntervalMillis must be greater than or equal to exportTimeoutMillis
at new PeriodicExportingMetricReader (/$bunfs/root/opencode:7408:20)
at (/$bunfs/root/opencode:61008:32)
at forEach (1:11)
at configureMetricProviderFromEnv (/$bunfs/root/opencode:61001:29)
at start (/$bunfs/root/opencode:61169:66)
at init (/$bunfs/root/opencode:113696:14)
at /$bunfs/root/opencode:179623:11