Skip to content

Commit 14e5ad6

Browse files
committed
background: "debugger" is a reserved keyword, better not use it as name
1 parent b53b4fd commit 14e5ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/background/dirac/background/debugger.cljs renamed to src/background/dirac/background/debugging.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns dirac.background.debugger
1+
(ns dirac.background.debugging
22
(:require-macros [cljs.core.async.macros :refer [go]])
33
(:require [cljs-http.client :as http]
44
[cljs.core.async :refer [<! timeout]]

src/background/dirac/background/tools.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[dirac.sugar :as sugar]
1212
[dirac.background.helpers :as helpers :refer [report-error-in-tab report-warning-in-tab]]
1313
[dirac.background.devtools :as devtools]
14-
[dirac.background.debugger :refer [resolve-backend-url resolution-failure? get-resolution-failure-reason]]
14+
[dirac.background.debugging :refer [resolve-backend-url resolution-failure? get-resolution-failure-reason]]
1515
[dirac.background.state :as state]
1616
[dirac.background.helpers :as helpers]
1717
[dirac.options.model :as options]

0 commit comments

Comments
 (0)