Skip to content

Commit

Permalink
A comment referencing the issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
xpl authored Sep 18, 2018
1 parent 09c418a commit 6025184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hot-reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const timestampForFilesInDirectory = dir =>

const reload = () => {

chrome.tabs.query ({ active: true, currentWindow: true }, tabs => {
chrome.tabs.query ({ active: true, currentWindow: true }, tabs => { // NB: see https://github.com/xpl/crx-hotreload/issues/5

if (tabs[0]) { chrome.tabs.reload (tabs[0].id) }

Expand Down

0 comments on commit 6025184

Please sign in to comment.