Skip to content

Commit be10d7d

Browse files
committed
minor stuff
1 parent f77fef3 commit be10d7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cljs-hello-world/deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{:deps {org.clojure/clojurescript {:mvn/version "1.10.339"}}}
1+
{:deps {org.clojure/clojurescript {:mvn/version "1.10.439"}}}

cljs-hello-world/src/hello_world/core.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(ns hello-world.core
2-
(:require [cljs.nodejs :as nodejs]
2+
(:require ;[cljs.nodejs :as nodejs]
33
[clojure.string :as str]))
44

5-
(nodejs/enable-util-print!)
5+
;(nodejs/enable-util-print!)
66
(enable-console-print!)
77

88
(println "Hello world!")

0 commit comments

Comments
 (0)