File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9- ## 3.7.9
9+ ## 3.7.9.1
1010
1111* Update Fable and metadata
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ open Fable.Core
66
77[<RequireQualifiedAccess>]
88module Literals =
9- let [<Literal>] REPL_VERSION = " 3.7.9" // Do not edit manually
9+ let [<Literal>] REPL_VERSION = " 3.7.9.1 " // Do not edit manually
1010 let [<Literal>] STORAGE_KEY = " fable-repl"
1111 let [<Literal>] MAX_LOGS_LENGTH = 200
1212 // let [<Literal>] HOST =
@@ -17,6 +17,8 @@ module Literals =
1717#else
1818 " https://fable.io/repl/"
1919#endif
20+ printfn $" HOST {HOST}"
21+
2022 let (* [<Literal>]*) SAMPLES_JSON_URL = HOST + " samples/samples.json"
2123 let (* [<Literal>]*) REPL_LIB_MAP_JSON_URL = HOST + " repl-lib-map.json"
2224 let (* [<Literal>]*) WORKER_BUNDLE_URL = HOST + " js/repl/worker.min.js"
You can’t perform that action at this time.
0 commit comments