File tree 2 files changed +4
-2
lines changed
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
6
6
7
7
## Unreleased
8
8
9
- ## 3.7.9
9
+ ## 3.7.9.1
10
10
11
11
* Update Fable and metadata
12
12
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ open Fable.Core
6
6
7
7
[<RequireQualifiedAccess>]
8
8
module 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
10
10
let [<Literal>] STORAGE_KEY = " fable-repl"
11
11
let [<Literal>] MAX_LOGS_LENGTH = 200
12
12
// let [<Literal>] HOST =
@@ -17,6 +17,8 @@ module Literals =
17
17
#else
18
18
" https://fable.io/repl/"
19
19
#endif
20
+ printfn $" HOST {HOST}"
21
+
20
22
let (* [<Literal>]*) SAMPLES_JSON_URL = HOST + " samples/samples.json"
21
23
let (* [<Literal>]*) REPL_LIB_MAP_JSON_URL = HOST + " repl-lib-map.json"
22
24
let (* [<Literal>]*) WORKER_BUNDLE_URL = HOST + " js/repl/worker.min.js"
You can’t perform that action at this time.
0 commit comments