Skip to content

Commit

Permalink
Removed log intendation
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jun 19, 2021
1 parent f259c56 commit e67c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class InjectBrowserSyncPlugin {
} else {
data.html = insertStringAfter(data.html, "<body>", this.options.content)
}
debug(" After: %s", data.html)
debug("After: %s", data.html)
callback(null, data)
})
})
Expand Down

0 comments on commit e67c1fa

Please sign in to comment.