Fix typo.
This commit is contained in:
parent
70aad83b07
commit
f3e49b0696
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ module.exports = process.atomBinding 'content_tracing'
|
||||||
module.exports.DEFAULT_OPTIONS = 0
|
module.exports.DEFAULT_OPTIONS = 0
|
||||||
module.exports.ENABLE_SYSTRACE = 1 << 0
|
module.exports.ENABLE_SYSTRACE = 1 << 0
|
||||||
module.exports.ENABLE_SAMPLING = 1 << 1
|
module.exports.ENABLE_SAMPLING = 1 << 1
|
||||||
module.exports.RECORD_CONTINUOUSLY = << 2
|
module.exports.RECORD_CONTINUOUSLY = 1 << 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue