Skip to content

Commit

Permalink
Add version to log info
Browse files Browse the repository at this point in the history
Signed-off-by: Alan D. Tse <alandtse@gmail.com>
  • Loading branch information
alandtse committed Jul 4, 2019
1 parent d6eb91b commit 7674897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ function workerdone (id) {
}

function init () {
console.log('Initializing spdx-license-diff')
console.log('Initializing spdx-license-diff ' + version)
restoreOptions()
}

Expand Down
2 changes: 1 addition & 1 deletion app/scripts/contentscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,4 @@ function restoreOptions () {
})
}

console.log('Spdx-diff ContentScript loaded')
console.log('Spdx-license-diff ' + version + ' ContentScript injected')

0 comments on commit 7674897

Please # to comment.