Fix typo.

This commit is contained in:
Cheng Zhao 2014-07-31 15:49:14 +08:00
parent 70aad83b07
commit f3e49b0696

View file

@ -4,4 +4,4 @@ module.exports = process.atomBinding 'content_tracing'
module.exports.DEFAULT_OPTIONS = 0
module.exports.ENABLE_SYSTRACE = 1 << 0
module.exports.ENABLE_SAMPLING = 1 << 1
module.exports.RECORD_CONTINUOUSLY = << 2
module.exports.RECORD_CONTINUOUSLY = 1 << 2